Shades of Caper #ADB872
Tints of Caper #ADB872
RGB
CMYK
RGB Variations
Color information
#ADB872 (or 0xADB872) is known color: Caper. HEX triplet: AD, B8 and 72. RGB value is (173,184,114). Sum of RGB (Red+Green+Blue) = 173+184+114=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB872 is #52478D. Grayscale: #ACACAC. Windows color (decimal): -5392270 or 7518381. OLE color: 7518381.
HSL color Cylindrical-coordinate representation of color #ADB872: hue angle of 69.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADB872 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 114 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.28 |
| HSL | 69.43º | 0.33% | 0.58% | - |
| HSV(B) | 69.43º | 0.38% | 0.72% | - |
| XYZ | 37.41 | 44.38 | 22.51 | - |
| YUV | 172.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 114 | 0.06 | 0 | 0.38 | 0.28 | 69.43 | 0.33 | 0.58 |
| Hex | AD | B8 | 72 | 6 | 0 | 26 | 1C | 45 | 21 | 3A |
| Octal | 255 | 270 | 162 | 6 | 0 | 46 | 34 | 105 | 41 | 72 |
| Binary | 10101101 | 10111000 | 1110010 | 110 | 0 | 100110 | 11100 | 1000101 | 100001 | 111010 |
Color Harmonies of #ADB872
Complementary color
Monochromatic Colors of #ADB872
Black with #ADB872
Text Example
Text Example
White with #ADB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB872; }
p { color: rgb(173,184,114); }
H1.HeaderClassName
{
color: #ADB872;
}
.AnyTagClassName
{
color: #ADB872;
}
</style>
background-color css
<style>
a { background-color: #ADB872; }
a { background-color: rgb(173,184,114); }
div.DivClassName
{
background-color: #ADB872;
}
.BgClassName
{
background-color: #ADB872;
}
</style>
border-color css
<style>
span { border-color: #ADB872; }
span { border-color: rgb(173,184,114); }
td.TdClassName
{
border-color: #ADB872;
}
.TagClassName
{
border-color: #ADB872;
}
</style>