Shades of Caper #ADB773
Tints of Caper #ADB773
RGB
CMYK
RGB Variations
Color information
#ADB773 (or 0xADB773) is known color: Caper. HEX triplet: AD, B7 and 73. RGB value is (173,183,115). Sum of RGB (Red+Green+Blue) = 173+183+115=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB773 is #52488C. Grayscale: #ACACAC. Windows color (decimal): -5392525 or 7583661. OLE color: 7583661.
HSL color Cylindrical-coordinate representation of color #ADB773: hue angle of 68.82º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADB773 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 115 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.28 |
| HSL | 68.82º | 0.32% | 0.58% | - |
| HSV(B) | 68.82º | 0.37% | 0.72% | - |
| XYZ | 37.26 | 43.99 | 22.75 | - |
| YUV | 172.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 115 | 0.05 | 0 | 0.37 | 0.28 | 68.82 | 0.32 | 0.58 |
| Hex | AD | B7 | 73 | 5 | 0 | 25 | 1C | 45 | 20 | 3A |
| Octal | 255 | 267 | 163 | 5 | 0 | 45 | 34 | 105 | 40 | 72 |
| Binary | 10101101 | 10110111 | 1110011 | 101 | 0 | 100101 | 11100 | 1000101 | 100000 | 111010 |
Color Harmonies of #ADB773
Complementary color
Monochromatic Colors of #ADB773
Black with #ADB773
Text Example
Text Example
White with #ADB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB773; }
p { color: rgb(173,183,115); }
H1.HeaderClassName
{
color: #ADB773;
}
.AnyTagClassName
{
color: #ADB773;
}
</style>
background-color css
<style>
a { background-color: #ADB773; }
a { background-color: rgb(173,183,115); }
div.DivClassName
{
background-color: #ADB773;
}
.BgClassName
{
background-color: #ADB773;
}
</style>
border-color css
<style>
span { border-color: #ADB773; }
span { border-color: rgb(173,183,115); }
td.TdClassName
{
border-color: #ADB773;
}
.TagClassName
{
border-color: #ADB773;
}
</style>