Shades of Caper #ADB877
Tints of Caper #ADB877
RGB
CMYK
RGB Variations
Color information
#ADB877 (or 0xADB877) is known color: Caper. HEX triplet: AD, B8 and 77. RGB value is (173,184,119). Sum of RGB (Red+Green+Blue) = 173+184+119=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB877 is #524788. Grayscale: #ADADAD. Windows color (decimal): -5392265 or 7846061. OLE color: 7846061.
HSL color Cylindrical-coordinate representation of color #ADB877: hue angle of 70.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADB877 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 119 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.28 |
| HSL | 70.15º | 0.31% | 0.59% | - |
| HSV(B) | 70.15º | 0.35% | 0.72% | - |
| XYZ | 37.7 | 44.5 | 24.05 | - |
| YUV | 173.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 119 | 0.06 | 0 | 0.35 | 0.28 | 70.15 | 0.31 | 0.59 |
| Hex | AD | B8 | 77 | 6 | 0 | 23 | 1C | 46 | 1F | 3B |
| Octal | 255 | 270 | 167 | 6 | 0 | 43 | 34 | 106 | 37 | 73 |
| Binary | 10101101 | 10111000 | 1110111 | 110 | 0 | 100011 | 11100 | 1000110 | 11111 | 111011 |
Color Harmonies of #ADB877
Complementary color
Monochromatic Colors of #ADB877
Black with #ADB877
Text Example
Text Example
White with #ADB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB877; }
p { color: rgb(173,184,119); }
H1.HeaderClassName
{
color: #ADB877;
}
.AnyTagClassName
{
color: #ADB877;
}
</style>
background-color css
<style>
a { background-color: #ADB877; }
a { background-color: rgb(173,184,119); }
div.DivClassName
{
background-color: #ADB877;
}
.BgClassName
{
background-color: #ADB877;
}
</style>
border-color css
<style>
span { border-color: #ADB877; }
span { border-color: rgb(173,184,119); }
td.TdClassName
{
border-color: #ADB877;
}
.TagClassName
{
border-color: #ADB877;
}
</style>