Shades of Caper #ADBC8A
Tints of Caper #ADBC8A
RGB
CMYK
RGB Variations
Color information
#ADBC8A (or 0xADBC8A) is known color: Caper. HEX triplet: AD, BC and 8A. RGB value is (173,188,138). Sum of RGB (Red+Green+Blue) = 173+188+138=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBC8A is #524375. Grayscale: #B2B2B2. Windows color (decimal): -5391222 or 9092269. OLE color: 9092269.
HSL color Cylindrical-coordinate representation of color #ADBC8A: hue angle of 78º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADBC8A is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 138 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.26 |
| HSL | 78º | 0.27% | 0.64% | - |
| HSV(B) | 78º | 0.27% | 0.74% | - |
| XYZ | 39.8 | 46.69 | 30.96 | - |
| YUV | 177.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 138 | 0.08 | 0 | 0.27 | 0.26 | 78 | 0.27 | 0.64 |
| Hex | AD | BC | 8A | 8 | 0 | 1B | 1A | 4E | 1B | 40 |
| Octal | 255 | 274 | 212 | 10 | 0 | 33 | 32 | 116 | 33 | 100 |
| Binary | 10101101 | 10111100 | 10001010 | 1000 | 0 | 11011 | 11010 | 1001110 | 11011 | 1000000 |
Color Harmonies of #ADBC8A
Complementary color
Monochromatic Colors of #ADBC8A
Black with #ADBC8A
Text Example
Text Example
White with #ADBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC8A; }
p { color: rgb(173,188,138); }
H1.HeaderClassName
{
color: #ADBC8A;
}
.AnyTagClassName
{
color: #ADBC8A;
}
</style>
background-color css
<style>
a { background-color: #ADBC8A; }
a { background-color: rgb(173,188,138); }
div.DivClassName
{
background-color: #ADBC8A;
}
.BgClassName
{
background-color: #ADBC8A;
}
</style>
border-color css
<style>
span { border-color: #ADBC8A; }
span { border-color: rgb(173,188,138); }
td.TdClassName
{
border-color: #ADBC8A;
}
.TagClassName
{
border-color: #ADBC8A;
}
</style>