Shades of Dark Khaki #AFB275
Tints of Dark Khaki #AFB275
RGB
CMYK
RGB Variations
Color information
#AFB275 (or 0xAFB275) is known color: Dark Khaki. HEX triplet: AF, B2 and 75. RGB value is (175,178,117). Sum of RGB (Red+Green+Blue) = 175+178+117=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB275 is #504D8A. Grayscale: #AAAAAA. Windows color (decimal): -5262731 or 7713455. OLE color: 7713455.
HSL color Cylindrical-coordinate representation of color #AFB275: hue angle of 62.95º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFB275 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 117 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.30 |
| HSL | 62.95º | 0.28% | 0.58% | - |
| HSV(B) | 62.95º | 0.34% | 0.7% | - |
| XYZ | 36.81 | 42.24 | 23.04 | - |
| YUV | 170.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 117 | 0.02 | 0 | 0.34 | 0.30 | 62.95 | 0.28 | 0.58 |
| Hex | AF | B2 | 75 | 2 | 0 | 22 | 1E | 3F | 1C | 3A |
| Octal | 257 | 262 | 165 | 2 | 0 | 42 | 36 | 77 | 34 | 72 |
| Binary | 10101111 | 10110010 | 1110101 | 10 | 0 | 100010 | 11110 | 111111 | 11100 | 111010 |
Color Harmonies of #AFB275
Complementary color
Monochromatic Colors of #AFB275
Black with #AFB275
Text Example
Text Example
White with #AFB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB275; }
p { color: rgb(175,178,117); }
H1.HeaderClassName
{
color: #AFB275;
}
.AnyTagClassName
{
color: #AFB275;
}
</style>
background-color css
<style>
a { background-color: #AFB275; }
a { background-color: rgb(175,178,117); }
div.DivClassName
{
background-color: #AFB275;
}
.BgClassName
{
background-color: #AFB275;
}
</style>
border-color css
<style>
span { border-color: #AFB275; }
span { border-color: rgb(175,178,117); }
td.TdClassName
{
border-color: #AFB275;
}
.TagClassName
{
border-color: #AFB275;
}
</style>