Shades of Caper #ADB86F
Tints of Caper #ADB86F
RGB
CMYK
RGB Variations
Color information
#ADB86F (or 0xADB86F) is known color: Caper. HEX triplet: AD, B8 and 6F. RGB value is (173,184,111). Sum of RGB (Red+Green+Blue) = 173+184+111=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB86F is #524790. Grayscale: #ACACAC. Windows color (decimal): -5392273 or 7321773. OLE color: 7321773.
HSL color Cylindrical-coordinate representation of color #ADB86F: hue angle of 69.04º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADB86F is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 111 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.28 |
| HSL | 69.04º | 0.34% | 0.58% | - |
| HSV(B) | 69.04º | 0.4% | 0.72% | - |
| XYZ | 37.24 | 44.31 | 21.63 | - |
| YUV | 172.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 111 | 0.06 | 0 | 0.40 | 0.28 | 69.04 | 0.34 | 0.58 |
| Hex | AD | B8 | 6F | 6 | 0 | 28 | 1C | 45 | 22 | 3A |
| Octal | 255 | 270 | 157 | 6 | 0 | 50 | 34 | 105 | 42 | 72 |
| Binary | 10101101 | 10111000 | 1101111 | 110 | 0 | 101000 | 11100 | 1000101 | 100010 | 111010 |
Color Harmonies of #ADB86F
Complementary color
Monochromatic Colors of #ADB86F
Black with #ADB86F
Text Example
Text Example
White with #ADB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB86F; }
p { color: rgb(173,184,111); }
H1.HeaderClassName
{
color: #ADB86F;
}
.AnyTagClassName
{
color: #ADB86F;
}
</style>
background-color css
<style>
a { background-color: #ADB86F; }
a { background-color: rgb(173,184,111); }
div.DivClassName
{
background-color: #ADB86F;
}
.BgClassName
{
background-color: #ADB86F;
}
</style>
border-color css
<style>
span { border-color: #ADB86F; }
span { border-color: rgb(173,184,111); }
td.TdClassName
{
border-color: #ADB86F;
}
.TagClassName
{
border-color: #ADB86F;
}
</style>