Shades of Caper #ADB778
Tints of Caper #ADB778
RGB
CMYK
RGB Variations
Color information
#ADB778 (or 0xADB778) is known color: Caper. HEX triplet: AD, B7 and 78. RGB value is (173,183,120). Sum of RGB (Red+Green+Blue) = 173+183+120=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB778 is #524887. Grayscale: #ADADAD. Windows color (decimal): -5392520 or 7911341. OLE color: 7911341.
HSL color Cylindrical-coordinate representation of color #ADB778: hue angle of 69.52º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADB778 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 120 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.28 |
| HSL | 69.52º | 0.3% | 0.59% | - |
| HSV(B) | 69.52º | 0.34% | 0.72% | - |
| XYZ | 37.56 | 44.11 | 24.3 | - |
| YUV | 172.83 | 98.19 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 120 | 0.05 | 0 | 0.34 | 0.28 | 69.52 | 0.3 | 0.59 |
| Hex | AD | B7 | 78 | 5 | 0 | 22 | 1C | 46 | 1E | 3B |
| Octal | 255 | 267 | 170 | 5 | 0 | 42 | 34 | 106 | 36 | 73 |
| Binary | 10101101 | 10110111 | 1111000 | 101 | 0 | 100010 | 11100 | 1000110 | 11110 | 111011 |
Color Harmonies of #ADB778
Complementary color
Monochromatic Colors of #ADB778
Black with #ADB778
Text Example
Text Example
White with #ADB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB778; }
p { color: rgb(173,183,120); }
H1.HeaderClassName
{
color: #ADB778;
}
.AnyTagClassName
{
color: #ADB778;
}
</style>
background-color css
<style>
a { background-color: #ADB778; }
a { background-color: rgb(173,183,120); }
div.DivClassName
{
background-color: #ADB778;
}
.BgClassName
{
background-color: #ADB778;
}
</style>
border-color css
<style>
span { border-color: #ADB778; }
span { border-color: rgb(173,183,120); }
td.TdClassName
{
border-color: #ADB778;
}
.TagClassName
{
border-color: #ADB778;
}
</style>