Shades of Caper #ADB880
Tints of Caper #ADB880
RGB
CMYK
RGB Variations
Color information
#ADB880 (or 0xADB880) is known color: Caper. HEX triplet: AD, B8 and 80. RGB value is (173,184,128). Sum of RGB (Red+Green+Blue) = 173+184+128=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB880 is #52477F. Grayscale: #AEAEAE. Windows color (decimal): -5392256 or 8435885. OLE color: 8435885.
HSL color Cylindrical-coordinate representation of color #ADB880: hue angle of 71.79º 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 #ADB880 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 128 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.28 |
| HSL | 71.79º | 0.28% | 0.61% | - |
| HSV(B) | 71.79º | 0.3% | 0.72% | - |
| XYZ | 38.27 | 44.72 | 27.04 | - |
| YUV | 174.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 128 | 0.06 | 0 | 0.30 | 0.28 | 71.79 | 0.28 | 0.61 |
| Hex | AD | B8 | 80 | 6 | 0 | 1E | 1C | 48 | 1C | 3D |
| Octal | 255 | 270 | 200 | 6 | 0 | 36 | 34 | 110 | 34 | 75 |
| Binary | 10101101 | 10111000 | 10000000 | 110 | 0 | 11110 | 11100 | 1001000 | 11100 | 111101 |
Color Harmonies of #ADB880
Complementary color
Monochromatic Colors of #ADB880
Black with #ADB880
Text Example
Text Example
White with #ADB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB880; }
p { color: rgb(173,184,128); }
H1.HeaderClassName
{
color: #ADB880;
}
.AnyTagClassName
{
color: #ADB880;
}
</style>
background-color css
<style>
a { background-color: #ADB880; }
a { background-color: rgb(173,184,128); }
div.DivClassName
{
background-color: #ADB880;
}
.BgClassName
{
background-color: #ADB880;
}
</style>
border-color css
<style>
span { border-color: #ADB880; }
span { border-color: rgb(173,184,128); }
td.TdClassName
{
border-color: #ADB880;
}
.TagClassName
{
border-color: #ADB880;
}
</style>