Shades of Caper #ADB688
Tints of Caper #ADB688
RGB
CMYK
RGB Variations
Color information
#ADB688 (or 0xADB688) is known color: Caper. HEX triplet: AD, B6 and 88. RGB value is (173,182,136). Sum of RGB (Red+Green+Blue) = 173+182+136=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB688 is #524977. Grayscale: #AEAEAE. Windows color (decimal): -5392760 or 8959661. OLE color: 8959661.
HSL color Cylindrical-coordinate representation of color #ADB688: hue angle of 71.74º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB688 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 136 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.29 |
| HSL | 71.74º | 0.24% | 0.62% | - |
| HSV(B) | 71.74º | 0.25% | 0.71% | - |
| XYZ | 38.41 | 44.12 | 29.78 | - |
| YUV | 174.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 136 | 0.05 | 0 | 0.25 | 0.29 | 71.74 | 0.24 | 0.62 |
| Hex | AD | B6 | 88 | 5 | 0 | 19 | 1D | 48 | 18 | 3E |
| Octal | 255 | 266 | 210 | 5 | 0 | 31 | 35 | 110 | 30 | 76 |
| Binary | 10101101 | 10110110 | 10001000 | 101 | 0 | 11001 | 11101 | 1001000 | 11000 | 111110 |
Color Harmonies of #ADB688
Complementary color
Monochromatic Colors of #ADB688
Black with #ADB688
Text Example
Text Example
White with #ADB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB688; }
p { color: rgb(173,182,136); }
H1.HeaderClassName
{
color: #ADB688;
}
.AnyTagClassName
{
color: #ADB688;
}
</style>
background-color css
<style>
a { background-color: #ADB688; }
a { background-color: rgb(173,182,136); }
div.DivClassName
{
background-color: #ADB688;
}
.BgClassName
{
background-color: #ADB688;
}
</style>
border-color css
<style>
span { border-color: #ADB688; }
span { border-color: rgb(173,182,136); }
td.TdClassName
{
border-color: #ADB688;
}
.TagClassName
{
border-color: #ADB688;
}
</style>