Shades of Caper #ADB882
Tints of Caper #ADB882
RGB
CMYK
RGB Variations
Color information
#ADB882 (or 0xADB882) is known color: Caper. HEX triplet: AD, B8 and 82. RGB value is (173,184,130). Sum of RGB (Red+Green+Blue) = 173+184+130=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB882 is #52477D. Grayscale: #AEAEAE. Windows color (decimal): -5392254 or 8566957. OLE color: 8566957.
HSL color Cylindrical-coordinate representation of color #ADB882: hue angle of 72.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB882 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 130 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.28 |
| HSL | 72.22º | 0.28% | 0.62% | - |
| HSV(B) | 72.22º | 0.29% | 0.72% | - |
| XYZ | 38.4 | 44.78 | 27.74 | - |
| YUV | 174.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 130 | 0.06 | 0 | 0.29 | 0.28 | 72.22 | 0.28 | 0.62 |
| Hex | AD | B8 | 82 | 6 | 0 | 1D | 1C | 48 | 1C | 3E |
| Octal | 255 | 270 | 202 | 6 | 0 | 35 | 34 | 110 | 34 | 76 |
| Binary | 10101101 | 10111000 | 10000010 | 110 | 0 | 11101 | 11100 | 1001000 | 11100 | 111110 |
Color Harmonies of #ADB882
Complementary color
Monochromatic Colors of #ADB882
Black with #ADB882
Text Example
Text Example
White with #ADB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB882; }
p { color: rgb(173,184,130); }
H1.HeaderClassName
{
color: #ADB882;
}
.AnyTagClassName
{
color: #ADB882;
}
</style>
background-color css
<style>
a { background-color: #ADB882; }
a { background-color: rgb(173,184,130); }
div.DivClassName
{
background-color: #ADB882;
}
.BgClassName
{
background-color: #ADB882;
}
</style>
border-color css
<style>
span { border-color: #ADB882; }
span { border-color: rgb(173,184,130); }
td.TdClassName
{
border-color: #ADB882;
}
.TagClassName
{
border-color: #ADB882;
}
</style>