Shades of Caper #ADB885
Tints of Caper #ADB885
RGB
CMYK
RGB Variations
Color information
#ADB885 (or 0xADB885) is known color: Caper. HEX triplet: AD, B8 and 85. RGB value is (173,184,133). Sum of RGB (Red+Green+Blue) = 173+184+133=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB885 is #52477A. Grayscale: #AFAFAF. Windows color (decimal): -5392251 or 8763565. OLE color: 8763565.
HSL color Cylindrical-coordinate representation of color #ADB885: hue angle of 72.94º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB885 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 133 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.28 |
| HSL | 72.94º | 0.26% | 0.62% | - |
| HSV(B) | 72.94º | 0.28% | 0.72% | - |
| XYZ | 38.61 | 44.86 | 28.81 | - |
| YUV | 174.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 133 | 0.06 | 0 | 0.28 | 0.28 | 72.94 | 0.26 | 0.62 |
| Hex | AD | B8 | 85 | 6 | 0 | 1C | 1C | 49 | 1A | 3E |
| Octal | 255 | 270 | 205 | 6 | 0 | 34 | 34 | 111 | 32 | 76 |
| Binary | 10101101 | 10111000 | 10000101 | 110 | 0 | 11100 | 11100 | 1001001 | 11010 | 111110 |
Color Harmonies of #ADB885
Complementary color
Monochromatic Colors of #ADB885
Black with #ADB885
Text Example
Text Example
White with #ADB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB885; }
p { color: rgb(173,184,133); }
H1.HeaderClassName
{
color: #ADB885;
}
.AnyTagClassName
{
color: #ADB885;
}
</style>
background-color css
<style>
a { background-color: #ADB885; }
a { background-color: rgb(173,184,133); }
div.DivClassName
{
background-color: #ADB885;
}
.BgClassName
{
background-color: #ADB885;
}
</style>
border-color css
<style>
span { border-color: #ADB885; }
span { border-color: rgb(173,184,133); }
td.TdClassName
{
border-color: #ADB885;
}
.TagClassName
{
border-color: #ADB885;
}
</style>