Shades of Dark Khaki #B0AF70
Tints of Dark Khaki #B0AF70
RGB
CMYK
RGB Variations
Color information
#B0AF70 (or 0xB0AF70) is known color: Dark Khaki. HEX triplet: B0, AF and 70. RGB value is (176,175,112). Sum of RGB (Red+Green+Blue) = 176+175+112=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF70 is #4F508F. Grayscale: #A8A8A8. Windows color (decimal): -5197968 or 7385008. OLE color: 7385008.
HSL color Cylindrical-coordinate representation of color #B0AF70: hue angle of 59.06º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0AF70 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 112 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.31 |
| HSL | 59.06º | 0.29% | 0.56% | - |
| HSV(B) | 59.06º | 0.36% | 0.69% | - |
| XYZ | 36.16 | 41.06 | 21.35 | - |
| YUV | 168.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 112 | 0 | 0.01 | 0.36 | 0.31 | 59.06 | 0.29 | 0.56 |
| Hex | B0 | AF | 70 | 0 | 1 | 24 | 1F | 3B | 1D | 38 |
| Octal | 260 | 257 | 160 | 0 | 1 | 44 | 37 | 73 | 35 | 70 |
| Binary | 10110000 | 10101111 | 1110000 | 0 | 1 | 100100 | 11111 | 111011 | 11101 | 111000 |
Color Harmonies of #B0AF70
Complementary color
Monochromatic Colors of #B0AF70
Black with #B0AF70
Text Example
Text Example
White with #B0AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF70; }
p { color: rgb(176,175,112); }
H1.HeaderClassName
{
color: #B0AF70;
}
.AnyTagClassName
{
color: #B0AF70;
}
</style>
background-color css
<style>
a { background-color: #B0AF70; }
a { background-color: rgb(176,175,112); }
div.DivClassName
{
background-color: #B0AF70;
}
.BgClassName
{
background-color: #B0AF70;
}
</style>
border-color css
<style>
span { border-color: #B0AF70; }
span { border-color: rgb(176,175,112); }
td.TdClassName
{
border-color: #B0AF70;
}
.TagClassName
{
border-color: #B0AF70;
}
</style>