Shades of Caper #ADBB8A
Tints of Caper #ADBB8A
RGB
CMYK
RGB Variations
Color information
#ADBB8A (or 0xADBB8A) is known color: Caper. HEX triplet: AD, BB and 8A. RGB value is (173,187,138). Sum of RGB (Red+Green+Blue) = 173+187+138=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB8A is #524475. Grayscale: #B1B1B1. Windows color (decimal): -5391478 or 9092013. OLE color: 9092013.
HSL color Cylindrical-coordinate representation of color #ADBB8A: hue angle of 77.14º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADBB8A is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 138 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.27 |
| HSL | 77.14º | 0.26% | 0.64% | - |
| HSV(B) | 77.14º | 0.26% | 0.73% | - |
| XYZ | 39.59 | 46.26 | 30.89 | - |
| YUV | 177.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 138 | 0.07 | 0 | 0.26 | 0.27 | 77.14 | 0.26 | 0.64 |
| Hex | AD | BB | 8A | 7 | 0 | 1A | 1B | 4D | 1A | 40 |
| Octal | 255 | 273 | 212 | 7 | 0 | 32 | 33 | 115 | 32 | 100 |
| Binary | 10101101 | 10111011 | 10001010 | 111 | 0 | 11010 | 11011 | 1001101 | 11010 | 1000000 |
Color Harmonies of #ADBB8A
Complementary color
Monochromatic Colors of #ADBB8A
Black with #ADBB8A
Text Example
Text Example
White with #ADBB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB8A; }
p { color: rgb(173,187,138); }
H1.HeaderClassName
{
color: #ADBB8A;
}
.AnyTagClassName
{
color: #ADBB8A;
}
</style>
background-color css
<style>
a { background-color: #ADBB8A; }
a { background-color: rgb(173,187,138); }
div.DivClassName
{
background-color: #ADBB8A;
}
.BgClassName
{
background-color: #ADBB8A;
}
</style>
border-color css
<style>
span { border-color: #ADBB8A; }
span { border-color: rgb(173,187,138); }
td.TdClassName
{
border-color: #ADBB8A;
}
.TagClassName
{
border-color: #ADBB8A;
}
</style>