Shades of Dark Khaki #AFB271
Tints of Dark Khaki #AFB271
RGB
CMYK
RGB Variations
Color information
#AFB271 (or 0xAFB271) is known color: Dark Khaki. HEX triplet: AF, B2 and 71. RGB value is (175,178,113). Sum of RGB (Red+Green+Blue) = 175+178+113=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB271 is #504D8E. Grayscale: #A9A9A9. Windows color (decimal): -5262735 or 7451311. OLE color: 7451311.
HSL color Cylindrical-coordinate representation of color #AFB271: hue angle of 62.77º 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 #AFB271 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 113 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.30 |
| HSL | 62.77º | 0.3% | 0.57% | - |
| HSV(B) | 62.77º | 0.37% | 0.7% | - |
| XYZ | 36.58 | 42.15 | 21.83 | - |
| YUV | 169.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 113 | 0.02 | 0 | 0.37 | 0.30 | 62.77 | 0.3 | 0.57 |
| Hex | AF | B2 | 71 | 2 | 0 | 25 | 1E | 3F | 1E | 39 |
| Octal | 257 | 262 | 161 | 2 | 0 | 45 | 36 | 77 | 36 | 71 |
| Binary | 10101111 | 10110010 | 1110001 | 10 | 0 | 100101 | 11110 | 111111 | 11110 | 111001 |
Color Harmonies of #AFB271
Complementary color
Monochromatic Colors of #AFB271
Black with #AFB271
Text Example
Text Example
White with #AFB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB271; }
p { color: rgb(175,178,113); }
H1.HeaderClassName
{
color: #AFB271;
}
.AnyTagClassName
{
color: #AFB271;
}
</style>
background-color css
<style>
a { background-color: #AFB271; }
a { background-color: rgb(175,178,113); }
div.DivClassName
{
background-color: #AFB271;
}
.BgClassName
{
background-color: #AFB271;
}
</style>
border-color css
<style>
span { border-color: #AFB271; }
span { border-color: rgb(175,178,113); }
td.TdClassName
{
border-color: #AFB271;
}
.TagClassName
{
border-color: #AFB271;
}
</style>