Shades of Dark Khaki #AFB46C
Tints of Dark Khaki #AFB46C
RGB
CMYK
RGB Variations
Color information
#AFB46C (or 0xAFB46C) is known color: Dark Khaki. HEX triplet: AF, B4 and 6C. RGB value is (175,180,108). Sum of RGB (Red+Green+Blue) = 175+180+108=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB46C is #504B93. Grayscale: #AAAAAA. Windows color (decimal): -5262228 or 7124143. OLE color: 7124143.
HSL color Cylindrical-coordinate representation of color #AFB46C: hue angle of 64.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFB46C is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 108 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.29 |
| HSL | 64.17º | 0.32% | 0.56% | - |
| HSV(B) | 64.17º | 0.4% | 0.71% | - |
| XYZ | 36.71 | 42.84 | 20.52 | - |
| YUV | 170.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 108 | 0.03 | 0 | 0.40 | 0.29 | 64.17 | 0.32 | 0.56 |
| Hex | AF | B4 | 6C | 3 | 0 | 28 | 1D | 40 | 20 | 38 |
| Octal | 257 | 264 | 154 | 3 | 0 | 50 | 35 | 100 | 40 | 70 |
| Binary | 10101111 | 10110100 | 1101100 | 11 | 0 | 101000 | 11101 | 1000000 | 100000 | 111000 |
Color Harmonies of #AFB46C
Complementary color
Monochromatic Colors of #AFB46C
Black with #AFB46C
Text Example
Text Example
White with #AFB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB46C; }
p { color: rgb(175,180,108); }
H1.HeaderClassName
{
color: #AFB46C;
}
.AnyTagClassName
{
color: #AFB46C;
}
</style>
background-color css
<style>
a { background-color: #AFB46C; }
a { background-color: rgb(175,180,108); }
div.DivClassName
{
background-color: #AFB46C;
}
.BgClassName
{
background-color: #AFB46C;
}
</style>
border-color css
<style>
span { border-color: #AFB46C; }
span { border-color: rgb(175,180,108); }
td.TdClassName
{
border-color: #AFB46C;
}
.TagClassName
{
border-color: #AFB46C;
}
</style>