Shades of Caper #ADBA8A
Tints of Caper #ADBA8A
RGB
CMYK
RGB Variations
Color information
#ADBA8A (or 0xADBA8A) is known color: Caper. HEX triplet: AD, BA and 8A. RGB value is (173,186,138). Sum of RGB (Red+Green+Blue) = 173+186+138=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA8A is #524575. Grayscale: #B0B0B0. Windows color (decimal): -5391734 or 9091757. OLE color: 9091757.
HSL color Cylindrical-coordinate representation of color #ADBA8A: hue angle of 76.25º 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 #ADBA8A is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 138 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.27 |
| HSL | 76.25º | 0.26% | 0.64% | - |
| HSV(B) | 76.25º | 0.26% | 0.73% | - |
| XYZ | 39.38 | 45.84 | 30.82 | - |
| YUV | 176.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 138 | 0.07 | 0 | 0.26 | 0.27 | 76.25 | 0.26 | 0.64 |
| Hex | AD | BA | 8A | 7 | 0 | 1A | 1B | 4C | 1A | 40 |
| Octal | 255 | 272 | 212 | 7 | 0 | 32 | 33 | 114 | 32 | 100 |
| Binary | 10101101 | 10111010 | 10001010 | 111 | 0 | 11010 | 11011 | 1001100 | 11010 | 1000000 |
Color Harmonies of #ADBA8A
Complementary color
Monochromatic Colors of #ADBA8A
Black with #ADBA8A
Text Example
Text Example
White with #ADBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA8A; }
p { color: rgb(173,186,138); }
H1.HeaderClassName
{
color: #ADBA8A;
}
.AnyTagClassName
{
color: #ADBA8A;
}
</style>
background-color css
<style>
a { background-color: #ADBA8A; }
a { background-color: rgb(173,186,138); }
div.DivClassName
{
background-color: #ADBA8A;
}
.BgClassName
{
background-color: #ADBA8A;
}
</style>
border-color css
<style>
span { border-color: #ADBA8A; }
span { border-color: rgb(173,186,138); }
td.TdClassName
{
border-color: #ADBA8A;
}
.TagClassName
{
border-color: #ADBA8A;
}
</style>