Shades of Dark Khaki #AFB273
Tints of Dark Khaki #AFB273
RGB
CMYK
RGB Variations
Color information
#AFB273 (or 0xAFB273) is known color: Dark Khaki. HEX triplet: AF, B2 and 73. RGB value is (175,178,115). Sum of RGB (Red+Green+Blue) = 175+178+115=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB273 is #504D8C. Grayscale: #AAAAAA. Windows color (decimal): -5262733 or 7582383. OLE color: 7582383.
HSL color Cylindrical-coordinate representation of color #AFB273: hue angle of 62.86º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFB273 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 115 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.30 |
| HSL | 62.86º | 0.29% | 0.57% | - |
| HSV(B) | 62.86º | 0.35% | 0.7% | - |
| XYZ | 36.69 | 42.19 | 22.43 | - |
| YUV | 169.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 115 | 0.02 | 0 | 0.35 | 0.30 | 62.86 | 0.29 | 0.57 |
| Hex | AF | B2 | 73 | 2 | 0 | 23 | 1E | 3F | 1D | 39 |
| Octal | 257 | 262 | 163 | 2 | 0 | 43 | 36 | 77 | 35 | 71 |
| Binary | 10101111 | 10110010 | 1110011 | 10 | 0 | 100011 | 11110 | 111111 | 11101 | 111001 |
Color Harmonies of #AFB273
Complementary color
Monochromatic Colors of #AFB273
Black with #AFB273
Text Example
Text Example
White with #AFB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB273; }
p { color: rgb(175,178,115); }
H1.HeaderClassName
{
color: #AFB273;
}
.AnyTagClassName
{
color: #AFB273;
}
</style>
background-color css
<style>
a { background-color: #AFB273; }
a { background-color: rgb(175,178,115); }
div.DivClassName
{
background-color: #AFB273;
}
.BgClassName
{
background-color: #AFB273;
}
</style>
border-color css
<style>
span { border-color: #AFB273; }
span { border-color: rgb(175,178,115); }
td.TdClassName
{
border-color: #AFB273;
}
.TagClassName
{
border-color: #AFB273;
}
</style>