Shades of Dark Khaki #AFB371
Tints of Dark Khaki #AFB371
RGB
CMYK
RGB Variations
Color information
#AFB371 (or 0xAFB371) is known color: Dark Khaki. HEX triplet: AF, B3 and 71. RGB value is (175,179,113). Sum of RGB (Red+Green+Blue) = 175+179+113=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB371 is #504C8E. Grayscale: #AAAAAA. Windows color (decimal): -5262479 or 7451567. OLE color: 7451567.
HSL color Cylindrical-coordinate representation of color #AFB371: hue angle of 63.64º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFB371 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 113 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.30 |
| HSL | 63.64º | 0.3% | 0.57% | - |
| HSV(B) | 63.64º | 0.37% | 0.7% | - |
| XYZ | 36.78 | 42.55 | 21.9 | - |
| YUV | 170.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 113 | 0.02 | 0 | 0.37 | 0.30 | 63.64 | 0.3 | 0.57 |
| Hex | AF | B3 | 71 | 2 | 0 | 25 | 1E | 40 | 1E | 39 |
| Octal | 257 | 263 | 161 | 2 | 0 | 45 | 36 | 100 | 36 | 71 |
| Binary | 10101111 | 10110011 | 1110001 | 10 | 0 | 100101 | 11110 | 1000000 | 11110 | 111001 |
Color Harmonies of #AFB371
Complementary color
Monochromatic Colors of #AFB371
Black with #AFB371
Text Example
Text Example
White with #AFB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB371; }
p { color: rgb(175,179,113); }
H1.HeaderClassName
{
color: #AFB371;
}
.AnyTagClassName
{
color: #AFB371;
}
</style>
background-color css
<style>
a { background-color: #AFB371; }
a { background-color: rgb(175,179,113); }
div.DivClassName
{
background-color: #AFB371;
}
.BgClassName
{
background-color: #AFB371;
}
</style>
border-color css
<style>
span { border-color: #AFB371; }
span { border-color: rgb(175,179,113); }
td.TdClassName
{
border-color: #AFB371;
}
.TagClassName
{
border-color: #AFB371;
}
</style>