Shades of Caper #ADB78B
Tints of Caper #ADB78B
RGB
CMYK
RGB Variations
Color information
#ADB78B (or 0xADB78B) is known color: Caper. HEX triplet: AD, B7 and 8B. RGB value is (173,183,139). Sum of RGB (Red+Green+Blue) = 173+183+139=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB78B is #524874. Grayscale: #AFAFAF. Windows color (decimal): -5392501 or 9156525. OLE color: 9156525.
HSL color Cylindrical-coordinate representation of color #ADB78B: hue angle of 73.64º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB78B is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 139 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.28 |
| HSL | 73.64º | 0.23% | 0.63% | - |
| HSV(B) | 73.64º | 0.24% | 0.72% | - |
| XYZ | 38.83 | 44.62 | 30.99 | - |
| YUV | 174.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 139 | 0.05 | 0 | 0.24 | 0.28 | 73.64 | 0.23 | 0.63 |
| Hex | AD | B7 | 8B | 5 | 0 | 18 | 1C | 4A | 17 | 3F |
| Octal | 255 | 267 | 213 | 5 | 0 | 30 | 34 | 112 | 27 | 77 |
| Binary | 10101101 | 10110111 | 10001011 | 101 | 0 | 11000 | 11100 | 1001010 | 10111 | 111111 |
Color Harmonies of #ADB78B
Complementary color
Monochromatic Colors of #ADB78B
Black with #ADB78B
Text Example
Text Example
White with #ADB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB78B; }
p { color: rgb(173,183,139); }
H1.HeaderClassName
{
color: #ADB78B;
}
.AnyTagClassName
{
color: #ADB78B;
}
</style>
background-color css
<style>
a { background-color: #ADB78B; }
a { background-color: rgb(173,183,139); }
div.DivClassName
{
background-color: #ADB78B;
}
.BgClassName
{
background-color: #ADB78B;
}
</style>
border-color css
<style>
span { border-color: #ADB78B; }
span { border-color: rgb(173,183,139); }
td.TdClassName
{
border-color: #ADB78B;
}
.TagClassName
{
border-color: #ADB78B;
}
</style>