#AFAE74

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

Shades of Dark Khaki #AFAE74

Tints of Dark Khaki #AFAE74

Color information

#AFAE74 (or 0xAFAE74) is unknown color: approx Dark Khaki. HEX triplet: AF, AE and 74. RGB value is (175,174,116). Sum of RGB (Red+Green+Blue) = 175+174+116=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE74 is #50518B. Grayscale: #A7A7A7. Windows color (decimal): -5263756 or 7646895. OLE color: 7646895.

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

Color convert

RGB175174116-
CMYK00.010.340.31
HSL58.98º26.94%57.06%-
HSV(B)58.98º33.71%68.63%-
XYZ35.9740.6522.47-
YUV167.6998.83133.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=37.63%
G=37.42%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517411600.010.340.3158.9826.9457.06
HexAFAE7401221F3b1b39
Octal257256164014237733371
Binary10101111101011101110100011000101111111101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE74; }

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

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

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

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

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

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

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

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