COLOR #A5AF3D

HEX: #A5AF3D RGB: (165,175,61)

Color info

#A5AF3D contains mainly red and green colors. Web safe color of #A5AF3D is #999933 (or #993).

RGB color model

#A5AF3D color RGB value is (165,175,61).

RGB: (165,175,61) (65%, 69%, 24%)

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 61 of 255 = 24%

165
175
61

R + G + B ~ 53%. #A5AF3D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 175 + 61 = 401 (100%)
R 165 of 401 ~ 41.15%
G 175 of 401 ~ 43.64%
B 61 of 401 ~ 15.21'%

%41.15
%43.64
%15.21

CMYK color model

#A5AF3D color CMYK value is (6,0,65,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 65.14%
  • key color value is 31.37%

CMYK: (6,0,65,31)
C6M0Y65K31 (6%, 0%, 65%, 31%)
(0.06 / 0.00 / 0.65 / 0.31)

CMYK percentages

%5.71
%0
%65.14
%31.37

Codes

Color #A5AF3D in popluar color models

A5 AF 3D
RGB 165 175 61
HSL 65° 48.31% 46.27%
HSB/HSV 65° 65.14% 68.63%
CMYK 5.71% 0.00% 65.14%
31.37%

Color #A5AF3D in popluar number systems.

HEX A5 AF 3D
Decimal 165 175 61
Binary 10100101 10101111 111101
Octal 245 257 75

Shades and tints

Shades of #A5AF3D

#A5AF3D
(165,175,61)
#96A038
(150,160,56)
#879133
(135,145,51)
#78822E
(120,130,46)
#697329
(105,115,41)
#5A6424
(90,100,36)
#4B551F
(75,85,31)
#3C461A
(60,70,26)
#2D3715
(45,55,21)
#1E2810
(30,40,16)
#0F190B
(15,25,11)
#000000
(0,0,0)

Tints of #A5AF3D

#A5AF3D
(165,175,61)
#ADB64E
(173,182,78)
#B5BD5F
(181,189,95)
#BDC470
(189,196,112)
#C5CB81
(197,203,129)
#CDD292
(205,210,146)
#D5D9A3
(213,217,163)
#DDE0B4
(221,224,180)
#E5E7C5
(229,231,197)
#EDEED6
(237,238,214)
#F5F5E7
(245,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AF3D color. Also use rgb(165,175,61) instead hex code.

Text Font Color

.myTextColor { color: #A5AF3D; }

<p style="color:#A5AF3D">This sample text font color is #A5AF3D.</p>

This text font color is #A5AF3D.

Background Color

.myBgColor { background-color: #A5AF3D; }

<div style="background-color:#A5AF3D">Inner text</div>

This div background color is #A5AF3D.

Border color

.myBorderColor { border: 1px solid #A5AF3D; }

<div style="border:3px solid #A5AF3D">Div</div>

This div border color is #A5AF3D.

Opacity

.myOpacity80 { color: #A5AF3D; opacity: 0.8; }

<p style="color:#A5AF3D;opacity:0.8;">80%</p>

Text with #A5AF3D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5AF3D;}

<p style="text-shadow: 3px 3px 1px #A5AF3D">Text here.</p>

This text has shadow with #A5AF3D color.


.textShadow {text-shadow: 3px 3px 1px #A5AF3D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5AF3D, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5AF3D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5AF3D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5AF3D, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5AF3D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5AF3D;
-webkit-box-shadow: 1px 1px 3px 2px #A5AF3D;
box-shadow: 1px 1px 3px 2px #A5AF3D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5AF3D; -webkit-box-shadow: 1px 1px 3px 2px #A5AF3D; box-shadow:1px 1px 3px 2px #A5AF3D;">
Div content here
</div>

This div box has shadow with color #A5AF3D.

Preview

Color preview on black background

This text has color #A5AF3D on black background.


Color preview on white background

This text has color #A5AF3D on white background.


Black color preview on #A5AF3D background

This text has black color on #A5AF3D background.


White color preview on #A5AF3D background

This text has white color on #A5AF3D background.


Related colors

Complementary color

Complementary color for #hex is #5A50C2.


I love getcolorcode.com

Triadic colors

1 #3DA5AF and #AF3DA5 with #A5AF3D are triadic colors.

2 #3DAFA5 and #AFA53D with #A5AF3D are triadic colors.