COLOR #A5AF67

HEX: #A5AF67 RGB: (165,175,103)

Color info

#A5AF67 contains mainly red and green colors. Web safe color of #A5AF67 is #999966 (or #996).

RGB color model

#A5AF67 color RGB value is (165,175,103).

RGB: (165,175,103) (65%, 69%, 40%)

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 103 of 255 = 40%

165
175
103

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

Portions of RGB colors in percentages

R + G + B = 165 + 175 + 103 = 443 (100%)
R 165 of 443 ~ 37.25%
G 175 of 443 ~ 39.5%
B 103 of 443 ~ 23.25'%

%37.25
%39.5
%23.25

CMYK color model

#A5AF67 color CMYK value is (6,0,41,31).

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

CMYK: (6,0,41,31)
C6M0Y41K31 (6%, 0%, 41%, 31%)
(0.06 / 0.00 / 0.41 / 0.31)

CMYK percentages

%5.71
%0
%41.14
%31.37

Codes

Color #A5AF67 in popluar color models

A5 AF 67
RGB 165 175 103
HSL 68° 31.03% 54.51%
HSB/HSV 68° 41.14% 68.63%
CMYK 5.71% 0.00% 41.14%
31.37%

Color #A5AF67 in popluar number systems.

HEX A5 AF 67
Decimal 165 175 103
Binary 10100101 10101111 1100111
Octal 245 257 147

Shades and tints

Shades of #A5AF67

#A5AF67
(165,175,103)
#96A05E
(150,160,94)
#879155
(135,145,85)
#78824C
(120,130,76)
#697343
(105,115,67)
#5A643A
(90,100,58)
#4B5531
(75,85,49)
#3C4628
(60,70,40)
#2D371F
(45,55,31)
#1E2816
(30,40,22)
#0F190D
(15,25,13)
#000000
(0,0,0)

Tints of #A5AF67

#A5AF67
(165,175,103)
#ADB674
(173,182,116)
#B5BD81
(181,189,129)
#BDC48E
(189,196,142)
#C5CB9B
(197,203,155)
#CDD2A8
(205,210,168)
#D5D9B5
(213,217,181)
#DDE0C2
(221,224,194)
#E5E7CF
(229,231,207)
#EDEEDC
(237,238,220)
#F5F5E9
(245,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AF67; }

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

This text font color is #A5AF67.

Background Color

.myBgColor { background-color: #A5AF67; }

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

This div background color is #A5AF67.

Border color

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

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

This div border color is #A5AF67.

Opacity

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

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

Text with #A5AF67 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 #A5AF67;}

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

This text has shadow with #A5AF67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AF67.

Preview

Color preview on black background

This text has color #A5AF67 on black background.


Color preview on white background

This text has color #A5AF67 on white background.


Black color preview on #A5AF67 background

This text has black color on #A5AF67 background.


White color preview on #A5AF67 background

This text has white color on #A5AF67 background.


Related colors

Complementary color

Complementary color for #hex is #5A5098.


I love getcolorcode.com

Triadic colors

1 #67A5AF and #AF67A5 with #A5AF67 are triadic colors.

2 #67AFA5 and #AFA567 with #A5AF67 are triadic colors.