Shades of Dark Khaki #B5AF6C
Tints of Dark Khaki #B5AF6C
RGB
CMYK
RGB Variations
Color information
#B5AF6C (or 0xB5AF6C) is known color: Dark Khaki. HEX triplet: B5, AF and 6C. RGB value is (181,175,108). Sum of RGB (Red+Green+Blue) = 181+175+108=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF6C is #4A5093. Grayscale: #A9A9A9. Windows color (decimal): -4870292 or 7122869. OLE color: 7122869.
HSL color Cylindrical-coordinate representation of color #B5AF6C: hue angle of 55.07º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5AF6C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 108 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.29 |
| HSL | 55.07º | 0.33% | 0.57% | - |
| HSV(B) | 55.07º | 0.4% | 0.71% | - |
| XYZ | 37.09 | 41.57 | 20.26 | - |
| YUV | 169.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 108 | 0 | 0.03 | 0.40 | 0.29 | 55.07 | 0.33 | 0.57 |
| Hex | B5 | AF | 6C | 0 | 3 | 28 | 1D | 37 | 21 | 39 |
| Octal | 265 | 257 | 154 | 0 | 3 | 50 | 35 | 67 | 41 | 71 |
| Binary | 10110101 | 10101111 | 1101100 | 0 | 11 | 101000 | 11101 | 110111 | 100001 | 111001 |
Color Harmonies of #B5AF6C
Complementary color
Monochromatic Colors of #B5AF6C
Black with #B5AF6C
Text Example
Text Example
White with #B5AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF6C; }
p { color: rgb(181,175,108); }
H1.HeaderClassName
{
color: #B5AF6C;
}
.AnyTagClassName
{
color: #B5AF6C;
}
</style>
background-color css
<style>
a { background-color: #B5AF6C; }
a { background-color: rgb(181,175,108); }
div.DivClassName
{
background-color: #B5AF6C;
}
.BgClassName
{
background-color: #B5AF6C;
}
</style>
border-color css
<style>
span { border-color: #B5AF6C; }
span { border-color: rgb(181,175,108); }
td.TdClassName
{
border-color: #B5AF6C;
}
.TagClassName
{
border-color: #B5AF6C;
}
</style>