Shades of Caper #ADB88B
Tints of Caper #ADB88B
RGB
CMYK
RGB Variations
Color information
#ADB88B (or 0xADB88B) is known color: Caper. HEX triplet: AD, B8 and 8B. RGB value is (173,184,139). Sum of RGB (Red+Green+Blue) = 173+184+139=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB88B is #524774. Grayscale: #AFAFAF. Windows color (decimal): -5392245 or 9156781. OLE color: 9156781.
HSL color Cylindrical-coordinate representation of color #ADB88B: hue angle of 74.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB88B is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 139 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.28 |
| HSL | 74.67º | 0.24% | 0.63% | - |
| HSV(B) | 74.67º | 0.24% | 0.72% | - |
| XYZ | 39.03 | 45.03 | 31.06 | - |
| YUV | 175.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 139 | 0.06 | 0 | 0.24 | 0.28 | 74.67 | 0.24 | 0.63 |
| Hex | AD | B8 | 8B | 6 | 0 | 18 | 1C | 4B | 18 | 3F |
| Octal | 255 | 270 | 213 | 6 | 0 | 30 | 34 | 113 | 30 | 77 |
| Binary | 10101101 | 10111000 | 10001011 | 110 | 0 | 11000 | 11100 | 1001011 | 11000 | 111111 |
Color Harmonies of #ADB88B
Complementary color
Monochromatic Colors of #ADB88B
Black with #ADB88B
Text Example
Text Example
White with #ADB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB88B; }
p { color: rgb(173,184,139); }
H1.HeaderClassName
{
color: #ADB88B;
}
.AnyTagClassName
{
color: #ADB88B;
}
</style>
background-color css
<style>
a { background-color: #ADB88B; }
a { background-color: rgb(173,184,139); }
div.DivClassName
{
background-color: #ADB88B;
}
.BgClassName
{
background-color: #ADB88B;
}
</style>
border-color css
<style>
span { border-color: #ADB88B; }
span { border-color: rgb(173,184,139); }
td.TdClassName
{
border-color: #ADB88B;
}
.TagClassName
{
border-color: #ADB88B;
}
</style>