#AFB16E

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

Shades of Dark Khaki #AFB16E

Tints of Dark Khaki #AFB16E

Color information

#AFB16E (or 0xAFB16E) is unknown color: approx Dark Khaki. HEX triplet: AF, B1 and 6E. RGB value is (175,177,110). Sum of RGB (Red+Green+Blue) = 175+177+110=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB16E is #504E91. Grayscale: #A9A9A9. Windows color (decimal): -5262994 or 7254447. OLE color: 7254447.

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

Color convert

RGB175177110-
CMYK0.0100.380.31
HSL61.79º30.04%56.27%-
HSV(B)61.79º37.85%69.41%-
XYZ36.2241.6820.89-
YUV168.7694.84132.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 177 (69.53% from 255) = 38.31%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=37.88%
G=38.31%
B=23.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771100.0100.380.3161.7930.0456.27
HexAFB16E10261F3e1e38
Octal257261156104637763670
Binary10101111101100011101110101001101111111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB16E; }

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

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

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

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

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

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

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

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