Shades of Caper #ADB777
Tints of Caper #ADB777
RGB
CMYK
RGB Variations
Color information
#ADB777 (or 0xADB777) is known color: Caper. HEX triplet: AD, B7 and 77. RGB value is (173,183,119). Sum of RGB (Red+Green+Blue) = 173+183+119=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB777 is #524888. Grayscale: #ACACAC. Windows color (decimal): -5392521 or 7845805. OLE color: 7845805.
HSL color Cylindrical-coordinate representation of color #ADB777: hue angle of 69.38º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADB777 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 119 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.28 |
| HSL | 69.38º | 0.31% | 0.59% | - |
| HSV(B) | 69.38º | 0.35% | 0.72% | - |
| XYZ | 37.5 | 44.08 | 23.99 | - |
| YUV | 172.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 119 | 0.05 | 0 | 0.35 | 0.28 | 69.38 | 0.31 | 0.59 |
| Hex | AD | B7 | 77 | 5 | 0 | 23 | 1C | 45 | 1F | 3B |
| Octal | 255 | 267 | 167 | 5 | 0 | 43 | 34 | 105 | 37 | 73 |
| Binary | 10101101 | 10110111 | 1110111 | 101 | 0 | 100011 | 11100 | 1000101 | 11111 | 111011 |
Color Harmonies of #ADB777
Complementary color
Monochromatic Colors of #ADB777
Black with #ADB777
Text Example
Text Example
White with #ADB777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB777; }
p { color: rgb(173,183,119); }
H1.HeaderClassName
{
color: #ADB777;
}
.AnyTagClassName
{
color: #ADB777;
}
</style>
background-color css
<style>
a { background-color: #ADB777; }
a { background-color: rgb(173,183,119); }
div.DivClassName
{
background-color: #ADB777;
}
.BgClassName
{
background-color: #ADB777;
}
</style>
border-color css
<style>
span { border-color: #ADB777; }
span { border-color: rgb(173,183,119); }
td.TdClassName
{
border-color: #ADB777;
}
.TagClassName
{
border-color: #ADB777;
}
</style>