#AFB16C

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

Shades of Dark Khaki #AFB16C

Tints of Dark Khaki #AFB16C

Color information

#AFB16C (or 0xAFB16C) is unknown color: approx Dark Khaki. HEX triplet: AF, B1 and 6C. RGB value is (175,177,108). Sum of RGB (Red+Green+Blue) = 175+177+108=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB16C is #504E93. Grayscale: #A8A8A8. Windows color (decimal): -5262996 or 7123375. OLE color: 7123375.

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

Color convert

RGB175177108-
CMYK0.0100.390.31
HSL61.74º30.67%55.88%-
HSV(B)61.74º38.98%69.41%-
XYZ36.1141.6420.32-
YUV168.5493.84132.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=38.04%
G=38.48%
B=23.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771080.0100.390.3161.7430.6755.88
HexAFB16C10271F3e1f38
Octal257261154104737763770
Binary10101111101100011101100101001111111111111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB16C; }

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

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

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

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

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

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

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

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