Shades of Caper #ADB78C
Tints of Caper #ADB78C
RGB
CMYK
RGB Variations
Color information
#ADB78C (or 0xADB78C) is known color: Caper. HEX triplet: AD, B7 and 8C. RGB value is (173,183,140). Sum of RGB (Red+Green+Blue) = 173+183+140=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB78C is #524873. Grayscale: #AFAFAF. Windows color (decimal): -5392500 or 9222061. OLE color: 9222061.
HSL color Cylindrical-coordinate representation of color #ADB78C: hue angle of 73.95º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB78C is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 140 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.28 |
| HSL | 73.95º | 0.23% | 0.63% | - |
| HSV(B) | 73.95º | 0.23% | 0.72% | - |
| XYZ | 38.9 | 44.64 | 31.38 | - |
| YUV | 175.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 140 | 0.05 | 0 | 0.23 | 0.28 | 73.95 | 0.23 | 0.63 |
| Hex | AD | B7 | 8C | 5 | 0 | 17 | 1C | 4A | 17 | 3F |
| Octal | 255 | 267 | 214 | 5 | 0 | 27 | 34 | 112 | 27 | 77 |
| Binary | 10101101 | 10110111 | 10001100 | 101 | 0 | 10111 | 11100 | 1001010 | 10111 | 111111 |
Color Harmonies of #ADB78C
Complementary color
Monochromatic Colors of #ADB78C
Black with #ADB78C
Text Example
Text Example
White with #ADB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB78C; }
p { color: rgb(173,183,140); }
H1.HeaderClassName
{
color: #ADB78C;
}
.AnyTagClassName
{
color: #ADB78C;
}
</style>
background-color css
<style>
a { background-color: #ADB78C; }
a { background-color: rgb(173,183,140); }
div.DivClassName
{
background-color: #ADB78C;
}
.BgClassName
{
background-color: #ADB78C;
}
</style>
border-color css
<style>
span { border-color: #ADB78C; }
span { border-color: rgb(173,183,140); }
td.TdClassName
{
border-color: #ADB78C;
}
.TagClassName
{
border-color: #ADB78C;
}
</style>