Shades of Caper #ADB577
Tints of Caper #ADB577
RGB
CMYK
RGB Variations
Color information
#ADB577 (or 0xADB577) is known color: Caper. HEX triplet: AD, B5 and 77. RGB value is (173,181,119). Sum of RGB (Red+Green+Blue) = 173+181+119=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB577 is #524A88. Grayscale: #ABABAB. Windows color (decimal): -5393033 or 7845293. OLE color: 7845293.
HSL color Cylindrical-coordinate representation of color #ADB577: hue angle of 67.74º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADB577 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 119 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.29 |
| HSL | 67.74º | 0.3% | 0.59% | - |
| HSV(B) | 67.74º | 0.34% | 0.71% | - |
| XYZ | 37.09 | 43.26 | 23.85 | - |
| YUV | 171.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 119 | 0.04 | 0 | 0.34 | 0.29 | 67.74 | 0.3 | 0.59 |
| Hex | AD | B5 | 77 | 4 | 0 | 22 | 1D | 44 | 1E | 3B |
| Octal | 255 | 265 | 167 | 4 | 0 | 42 | 35 | 104 | 36 | 73 |
| Binary | 10101101 | 10110101 | 1110111 | 100 | 0 | 100010 | 11101 | 1000100 | 11110 | 111011 |
Color Harmonies of #ADB577
Complementary color
Monochromatic Colors of #ADB577
Black with #ADB577
Text Example
Text Example
White with #ADB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB577; }
p { color: rgb(173,181,119); }
H1.HeaderClassName
{
color: #ADB577;
}
.AnyTagClassName
{
color: #ADB577;
}
</style>
background-color css
<style>
a { background-color: #ADB577; }
a { background-color: rgb(173,181,119); }
div.DivClassName
{
background-color: #ADB577;
}
.BgClassName
{
background-color: #ADB577;
}
</style>
border-color css
<style>
span { border-color: #ADB577; }
span { border-color: rgb(173,181,119); }
td.TdClassName
{
border-color: #ADB577;
}
.TagClassName
{
border-color: #ADB577;
}
</style>