#AFB86E

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

Shades of Dark Khaki #AFB86E

Tints of Dark Khaki #AFB86E

Color information

#AFB86E (or 0xAFB86E) is unknown color: approx Dark Khaki. HEX triplet: AF, B8 and 6E. RGB value is (175,184,110). Sum of RGB (Red+Green+Blue) = 175+184+110=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB86E is #504791. Grayscale: #ADADAD. Windows color (decimal): -5261202 or 7256239. OLE color: 7256239.

HSL color Cylindrical-coordinate representation of color #AFB86E: hue angle of 67.3º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFB86E is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB175184110-
CMYK0.0500.400.28
HSL67.3º34.26%57.65%-
HSV(B)67.3º40.22%72.16%-
XYZ37.6344.5221.36-
YUV172.8792.52129.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=37.31%
G=39.23%
B=23.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841100.0500.400.2867.334.2657.65
HexAFB86E50281C43223a
Octal2572701565050341034272
Binary101011111011100011011101010101000111001000011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB86E; }

 p { color: rgb(175,184,110); }

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

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

 a { background-color: rgb(175,184,110); }

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

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

 span { border-color: rgb(175,184,110); }

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