#AFAE6D

Color #AFAE6D Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #AFAE6D

Tints of Dark Khaki #AFAE6D

Color information

#AFAE6D (or 0xAFAE6D) is unknown color: approx Dark Khaki. HEX triplet: AF, AE and 6D. RGB value is (175,174,109). Sum of RGB (Red+Green+Blue) = 175+174+109=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE6D is #505192. Grayscale: #A7A7A7. Windows color (decimal): -5263763 or 7188143. OLE color: 7188143.

HSL color Cylindrical-coordinate representation of color #AFAE6D: hue angle of 59.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFAE6D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175174109-
CMYK00.010.380.31
HSL59.09º29.2%55.69%-
HSV(B)59.09º37.71%68.63%-
XYZ35.5840.4920.41-
YUV166.8995.33133.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=38.21%
G=37.99%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517410900.010.380.3159.0929.255.69
HexAFAE6D01261F3b1d38
Octal257256155014637733570
Binary10101111101011101101101011001101111111101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE6D; }

 p { color: rgb(175,174,109); }

 H1.HeaderClassName
 {
   color: #AFAE6D;
 }
 .AnyTagClassName
 {
   color: #AFAE6D;
 }
</style>
background-color css

<style>
 a { background-color: #AFAE6D; }

 a { background-color: rgb(175,174,109); }

 div.DivClassName
 {
   background-color: #AFAE6D;
 }
 .BgClassName
 {
   background-color: #AFAE6D;
 }
</style>
border-color css

<style>
 span { border-color: #AFAE6D; }

 span { border-color: rgb(175,174,109); }

 td.TdClassName
 {
   border-color: #AFAE6D;
 }
 .TagClassName
 {
   border-color: #AFAE6D;
 }
</style>