#AFB16D

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

Shades of Dark Khaki #AFB16D

Tints of Dark Khaki #AFB16D

Color information

#AFB16D (or 0xAFB16D) is unknown color: approx Dark Khaki. HEX triplet: AF, B1 and 6D. RGB value is (175,177,109). Sum of RGB (Red+Green+Blue) = 175+177+109=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB16D is #504E92. Grayscale: #A8A8A8. Windows color (decimal): -5262995 or 7188911. OLE color: 7188911.

HSL color Cylindrical-coordinate representation of color #AFB16D: hue angle of 61.76º 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 #AFB16D is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175177109-
CMYK0.0100.380.31
HSL61.76º30.36%56.08%-
HSV(B)61.76º38.42%69.41%-
XYZ36.1641.6620.6-
YUV168.6594.34132.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=37.96%
G=38.39%
B=23.64%

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
Decimal1751771090.0100.380.3161.7630.3656.08
HexAFB16D10261F3e1e38
Octal257261155104637763670
Binary10101111101100011101101101001101111111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB16D; }

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

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

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

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

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

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

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

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