Shades of Caper #ADB881
Tints of Caper #ADB881
RGB
CMYK
RGB Variations
Color information
#ADB881 (or 0xADB881) is known color: Caper. HEX triplet: AD, B8 and 81. RGB value is (173,184,129). Sum of RGB (Red+Green+Blue) = 173+184+129=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB881 is #52477E. Grayscale: #AEAEAE. Windows color (decimal): -5392255 or 8501421. OLE color: 8501421.
HSL color Cylindrical-coordinate representation of color #ADB881: hue angle of 72º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB881 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 129 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.28 |
| HSL | 72º | 0.28% | 0.61% | - |
| HSV(B) | 72º | 0.3% | 0.72% | - |
| XYZ | 38.34 | 44.75 | 27.39 | - |
| YUV | 174.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 129 | 0.06 | 0 | 0.30 | 0.28 | 72 | 0.28 | 0.61 |
| Hex | AD | B8 | 81 | 6 | 0 | 1E | 1C | 48 | 1C | 3D |
| Octal | 255 | 270 | 201 | 6 | 0 | 36 | 34 | 110 | 34 | 75 |
| Binary | 10101101 | 10111000 | 10000001 | 110 | 0 | 11110 | 11100 | 1001000 | 11100 | 111101 |
Color Harmonies of #ADB881
Complementary color
Monochromatic Colors of #ADB881
Black with #ADB881
Text Example
Text Example
White with #ADB881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB881; }
p { color: rgb(173,184,129); }
H1.HeaderClassName
{
color: #ADB881;
}
.AnyTagClassName
{
color: #ADB881;
}
</style>
background-color css
<style>
a { background-color: #ADB881; }
a { background-color: rgb(173,184,129); }
div.DivClassName
{
background-color: #ADB881;
}
.BgClassName
{
background-color: #ADB881;
}
</style>
border-color css
<style>
span { border-color: #ADB881; }
span { border-color: rgb(173,184,129); }
td.TdClassName
{
border-color: #ADB881;
}
.TagClassName
{
border-color: #ADB881;
}
</style>