Shades of Caper #ADBA8C
Tints of Caper #ADBA8C
RGB
CMYK
RGB Variations
Color information
#ADBA8C (or 0xADBA8C) is known color: Caper. HEX triplet: AD, BA and 8C. RGB value is (173,186,140). Sum of RGB (Red+Green+Blue) = 173+186+140=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA8C is #524573. Grayscale: #B1B1B1. Windows color (decimal): -5391732 or 9222829. OLE color: 9222829.
HSL color Cylindrical-coordinate representation of color #ADBA8C: hue angle of 76.96º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBA8C is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 186 | 140 | - |
CMYK | 0.07 | 0 | 0.25 | 0.27 |
HSL | 76.96º | 0.25% | 0.64% | - |
HSV(B) | 76.96º | 0.25% | 0.73% | - |
XYZ | 39.53 | 45.9 | 31.59 | - |
YUV | 176.87 | 107.19 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 186 | 140 | 0.07 | 0 | 0.25 | 0.27 | 76.96 | 0.25 | 0.64 |
Hex | AD | BA | 8C | 7 | 0 | 19 | 1B | 4D | 19 | 40 |
Octal | 255 | 272 | 214 | 7 | 0 | 31 | 33 | 115 | 31 | 100 |
Binary | 10101101 | 10111010 | 10001100 | 111 | 0 | 11001 | 11011 | 1001101 | 11001 | 1000000 |
Color Harmonies of #ADBA8C
Complementary color
Monochromatic Colors of #ADBA8C
Black with #ADBA8C
Text Example
Text Example
White with #ADBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA8C; }
p { color: rgb(173,186,140); }
H1.HeaderClassName
{
color: #ADBA8C;
}
.AnyTagClassName
{
color: #ADBA8C;
}
</style>
background-color css
<style>
a { background-color: #ADBA8C; }
a { background-color: rgb(173,186,140); }
div.DivClassName
{
background-color: #ADBA8C;
}
.BgClassName
{
background-color: #ADBA8C;
}
</style>
border-color css
<style>
span { border-color: #ADBA8C; }
span { border-color: rgb(173,186,140); }
td.TdClassName
{
border-color: #ADBA8C;
}
.TagClassName
{
border-color: #ADBA8C;
}
</style>