#AFB66E

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

Shades of Dark Khaki #AFB66E

Tints of Dark Khaki #AFB66E

Color information

#AFB66E (or 0xAFB66E) is unknown color: approx Dark Khaki. HEX triplet: AF, B6 and 6E. RGB value is (175,182,110). Sum of RGB (Red+Green+Blue) = 175+182+110=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB66E is #504991. Grayscale: #ABABAB. Windows color (decimal): -5261714 or 7255727. OLE color: 7255727.

HSL color Cylindrical-coordinate representation of color #AFB66E: hue angle of 65.83º 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 #AFB66E is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB175182110-
CMYK0.0400.400.29
HSL65.83º33.03%57.25%-
HSV(B)65.83º39.56%71.37%-
XYZ37.2243.721.22-
YUV171.793.18130.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=37.47%
G=38.97%
B=23.55%

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
Decimal1751821100.0400.400.2965.8333.0357.25
HexAFB66E40281D422139
Octal2572661564050351024171
Binary101011111011011011011101000101000111011000010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB66E; }

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

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

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

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

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

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

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

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