#AFB66D

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

Shades of Dark Khaki #AFB66D

Tints of Dark Khaki #AFB66D

Color information

#AFB66D (or 0xAFB66D) is unknown color: approx Dark Khaki. HEX triplet: AF, B6 and 6D. RGB value is (175,182,109). Sum of RGB (Red+Green+Blue) = 175+182+109=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB66D is #504992. Grayscale: #ABABAB. Windows color (decimal): -5261715 or 7190191. OLE color: 7190191.

HSL color Cylindrical-coordinate representation of color #AFB66D: hue angle of 65.75º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFB66D is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB175182109-
CMYK0.0400.400.29
HSL65.75º33.33%57.06%-
HSV(B)65.75º40.11%71.37%-
XYZ37.1743.6720.94-
YUV171.5892.68130.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 109 (42.97% from 255) = 23.39%
R=37.55%
G=39.06%
B=23.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821090.0400.400.2965.7533.3357.06
HexAFB66D40281D422139
Octal2572661554050351024171
Binary101011111011011011011011000101000111011000010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB66D; }

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

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

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

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

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

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

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

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