#AFB96E

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

Shades of Dark Khaki #AFB96E

Tints of Dark Khaki #AFB96E

Color information

#AFB96E (or 0xAFB96E) is unknown color: approx Dark Khaki. HEX triplet: AF, B9 and 6E. RGB value is (175,185,110). Sum of RGB (Red+Green+Blue) = 175+185+110=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB96E is #504691. Grayscale: #ADADAD. Windows color (decimal): -5260946 or 7256495. OLE color: 7256495.

HSL color Cylindrical-coordinate representation of color #AFB96E: hue angle of 68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFB96E is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB175185110-
CMYK0.0500.410.27
HSL68º34.88%57.84%-
HSV(B)68º40.54%72.55%-
XYZ37.8444.9421.43-
YUV173.4692.19129.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=37.23%
G=39.36%
B=23.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851100.0500.410.276834.8857.84
HexAFB96E50291B44233a
Octal2572711565051331044372
Binary101011111011100111011101010101001110111000100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB96E; }

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

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

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

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

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

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

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

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