#AFAE6C

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

Shades of Dark Khaki #AFAE6C

Tints of Dark Khaki #AFAE6C

Color information

#AFAE6C (or 0xAFAE6C) is unknown color: approx Dark Khaki. HEX triplet: AF, AE and 6C. RGB value is (175,174,108). Sum of RGB (Red+Green+Blue) = 175+174+108=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE6C is #505193. Grayscale: #A7A7A7. Windows color (decimal): -5263764 or 7122607. OLE color: 7122607.

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

Color convert

RGB175174108-
CMYK00.010.380.31
HSL59.1º29.52%55.49%-
HSV(B)59.1º38.29%68.63%-
XYZ35.5240.4720.13-
YUV166.7894.83133.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 108 (42.58% from 255) = 23.63%
R=38.29%
G=38.07%
B=23.63%

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
Decimal17517410800.010.380.3159.129.5255.49
HexAFAE6C01261F3b1e37
Octal257256154014637733667
Binary10101111101011101101100011001101111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE6C; }

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

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

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

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

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

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

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

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