Shades of Caper #ADB879
Tints of Caper #ADB879
RGB
CMYK
RGB Variations
Color information
#ADB879 (or 0xADB879) is known color: Caper. HEX triplet: AD, B8 and 79. RGB value is (173,184,121). Sum of RGB (Red+Green+Blue) = 173+184+121=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB879 is #524786. Grayscale: #ADADAD. Windows color (decimal): -5392263 or 7977133. OLE color: 7977133.
HSL color Cylindrical-coordinate representation of color #ADB879: hue angle of 70.48º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADB879 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 121 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.28 |
| HSL | 70.48º | 0.31% | 0.6% | - |
| HSV(B) | 70.48º | 0.34% | 0.72% | - |
| XYZ | 37.83 | 44.55 | 24.69 | - |
| YUV | 173.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 121 | 0.06 | 0 | 0.34 | 0.28 | 70.48 | 0.31 | 0.6 |
| Hex | AD | B8 | 79 | 6 | 0 | 22 | 1C | 46 | 1F | 3C |
| Octal | 255 | 270 | 171 | 6 | 0 | 42 | 34 | 106 | 37 | 74 |
| Binary | 10101101 | 10111000 | 1111001 | 110 | 0 | 100010 | 11100 | 1000110 | 11111 | 111100 |
Color Harmonies of #ADB879
Complementary color
Monochromatic Colors of #ADB879
Black with #ADB879
Text Example
Text Example
White with #ADB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB879; }
p { color: rgb(173,184,121); }
H1.HeaderClassName
{
color: #ADB879;
}
.AnyTagClassName
{
color: #ADB879;
}
</style>
background-color css
<style>
a { background-color: #ADB879; }
a { background-color: rgb(173,184,121); }
div.DivClassName
{
background-color: #ADB879;
}
.BgClassName
{
background-color: #ADB879;
}
</style>
border-color css
<style>
span { border-color: #ADB879; }
span { border-color: rgb(173,184,121); }
td.TdClassName
{
border-color: #ADB879;
}
.TagClassName
{
border-color: #ADB879;
}
</style>