Shades of Dark Khaki #B0AE70
Tints of Dark Khaki #B0AE70
RGB
CMYK
RGB Variations
Color information
#B0AE70 (or 0xB0AE70) is known color: Dark Khaki. HEX triplet: B0, AE and 70. RGB value is (176,174,112). Sum of RGB (Red+Green+Blue) = 176+174+112=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE70 is #4F518F. Grayscale: #A7A7A7. Windows color (decimal): -5198224 or 7384752. OLE color: 7384752.
HSL color Cylindrical-coordinate representation of color #B0AE70: hue angle of 58.12º 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 #B0AE70 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 174 | 112 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.31 |
| HSL | 58.13º | 0.29% | 0.56% | - |
| HSV(B) | 58.13º | 0.36% | 0.69% | - |
| XYZ | 35.97 | 40.67 | 21.28 | - |
| YUV | 167.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 174 | 112 | 0 | 0.01 | 0.36 | 0.31 | 58.13 | 0.29 | 0.56 |
| Hex | B0 | AE | 70 | 0 | 1 | 24 | 1F | 3A | 1D | 38 |
| Octal | 260 | 256 | 160 | 0 | 1 | 44 | 37 | 72 | 35 | 70 |
| Binary | 10110000 | 10101110 | 1110000 | 0 | 1 | 100100 | 11111 | 111010 | 11101 | 111000 |
Color Harmonies of #B0AE70
Complementary color
Monochromatic Colors of #B0AE70
Black with #B0AE70
Text Example
Text Example
White with #B0AE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AE70; }
p { color: rgb(176,174,112); }
H1.HeaderClassName
{
color: #B0AE70;
}
.AnyTagClassName
{
color: #B0AE70;
}
</style>
background-color css
<style>
a { background-color: #B0AE70; }
a { background-color: rgb(176,174,112); }
div.DivClassName
{
background-color: #B0AE70;
}
.BgClassName
{
background-color: #B0AE70;
}
</style>
border-color css
<style>
span { border-color: #B0AE70; }
span { border-color: rgb(176,174,112); }
td.TdClassName
{
border-color: #B0AE70;
}
.TagClassName
{
border-color: #B0AE70;
}
</style>