Shades of Caper #ADBB8F
Tints of Caper #ADBB8F
RGB
CMYK
RGB Variations
Color information
#ADBB8F (or 0xADBB8F) is known color: Caper. HEX triplet: AD, BB and 8F. RGB value is (173,187,143). Sum of RGB (Red+Green+Blue) = 173+187+143=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB8F is #524470. Grayscale: #B1B1B1. Windows color (decimal): -5391473 or 9419693. OLE color: 9419693.
HSL color Cylindrical-coordinate representation of color #ADBB8F: hue angle of 79.09º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADBB8F is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 143 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.27 |
| HSL | 79.09º | 0.24% | 0.65% | - |
| HSV(B) | 79.09º | 0.24% | 0.73% | - |
| XYZ | 39.96 | 46.41 | 32.84 | - |
| YUV | 177.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 143 | 0.07 | 0 | 0.24 | 0.27 | 79.09 | 0.24 | 0.65 |
| Hex | AD | BB | 8F | 7 | 0 | 18 | 1B | 4F | 18 | 41 |
| Octal | 255 | 273 | 217 | 7 | 0 | 30 | 33 | 117 | 30 | 101 |
| Binary | 10101101 | 10111011 | 10001111 | 111 | 0 | 11000 | 11011 | 1001111 | 11000 | 1000001 |
Color Harmonies of #ADBB8F
Complementary color
Monochromatic Colors of #ADBB8F
Black with #ADBB8F
Text Example
Text Example
White with #ADBB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB8F; }
p { color: rgb(173,187,143); }
H1.HeaderClassName
{
color: #ADBB8F;
}
.AnyTagClassName
{
color: #ADBB8F;
}
</style>
background-color css
<style>
a { background-color: #ADBB8F; }
a { background-color: rgb(173,187,143); }
div.DivClassName
{
background-color: #ADBB8F;
}
.BgClassName
{
background-color: #ADBB8F;
}
</style>
border-color css
<style>
span { border-color: #ADBB8F; }
span { border-color: rgb(173,187,143); }
td.TdClassName
{
border-color: #ADBB8F;
}
.TagClassName
{
border-color: #ADBB8F;
}
</style>