Shades of Dark Khaki #AFB46D
Tints of Dark Khaki #AFB46D
RGB
CMYK
RGB Variations
Color information
#AFB46D (or 0xAFB46D) is known color: Dark Khaki. HEX triplet: AF, B4 and 6D. RGB value is (175,180,109). Sum of RGB (Red+Green+Blue) = 175+180+109=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB46D is #504B92. Grayscale: #AAAAAA. Windows color (decimal): -5262227 or 7189679. OLE color: 7189679.
HSL color Cylindrical-coordinate representation of color #AFB46D: hue angle of 64.23º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFB46D is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 109 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.29 |
| HSL | 64.23º | 0.32% | 0.57% | - |
| HSV(B) | 64.23º | 0.39% | 0.71% | - |
| XYZ | 36.76 | 42.86 | 20.8 | - |
| YUV | 170.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 109 | 0.03 | 0 | 0.39 | 0.29 | 64.23 | 0.32 | 0.57 |
| Hex | AF | B4 | 6D | 3 | 0 | 27 | 1D | 40 | 20 | 39 |
| Octal | 257 | 264 | 155 | 3 | 0 | 47 | 35 | 100 | 40 | 71 |
| Binary | 10101111 | 10110100 | 1101101 | 11 | 0 | 100111 | 11101 | 1000000 | 100000 | 111001 |
Color Harmonies of #AFB46D
Complementary color
Monochromatic Colors of #AFB46D
Black with #AFB46D
Text Example
Text Example
White with #AFB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB46D; }
p { color: rgb(175,180,109); }
H1.HeaderClassName
{
color: #AFB46D;
}
.AnyTagClassName
{
color: #AFB46D;
}
</style>
background-color css
<style>
a { background-color: #AFB46D; }
a { background-color: rgb(175,180,109); }
div.DivClassName
{
background-color: #AFB46D;
}
.BgClassName
{
background-color: #AFB46D;
}
</style>
border-color css
<style>
span { border-color: #AFB46D; }
span { border-color: rgb(175,180,109); }
td.TdClassName
{
border-color: #AFB46D;
}
.TagClassName
{
border-color: #AFB46D;
}
</style>