Shades of Caper #ADB77B
Tints of Caper #ADB77B
RGB
CMYK
RGB Variations
Color information
#ADB77B (or 0xADB77B) is known color: Caper. HEX triplet: AD, B7 and 7B. RGB value is (173,183,123). Sum of RGB (Red+Green+Blue) = 173+183+123=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB77B is #524884. Grayscale: #ADADAD. Windows color (decimal): -5392517 or 8107949. OLE color: 8107949.
HSL color Cylindrical-coordinate representation of color #ADB77B: hue angle of 70º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADB77B is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 123 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.28 |
| HSL | 70º | 0.29% | 0.6% | - |
| HSV(B) | 70º | 0.33% | 0.72% | - |
| XYZ | 37.74 | 44.18 | 25.28 | - |
| YUV | 173.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 123 | 0.05 | 0 | 0.33 | 0.28 | 70 | 0.29 | 0.6 |
| Hex | AD | B7 | 7B | 5 | 0 | 21 | 1C | 46 | 1D | 3C |
| Octal | 255 | 267 | 173 | 5 | 0 | 41 | 34 | 106 | 35 | 74 |
| Binary | 10101101 | 10110111 | 1111011 | 101 | 0 | 100001 | 11100 | 1000110 | 11101 | 111100 |
Color Harmonies of #ADB77B
Complementary color
Monochromatic Colors of #ADB77B
Black with #ADB77B
Text Example
Text Example
White with #ADB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB77B; }
p { color: rgb(173,183,123); }
H1.HeaderClassName
{
color: #ADB77B;
}
.AnyTagClassName
{
color: #ADB77B;
}
</style>
background-color css
<style>
a { background-color: #ADB77B; }
a { background-color: rgb(173,183,123); }
div.DivClassName
{
background-color: #ADB77B;
}
.BgClassName
{
background-color: #ADB77B;
}
</style>
border-color css
<style>
span { border-color: #ADB77B; }
span { border-color: rgb(173,183,123); }
td.TdClassName
{
border-color: #ADB77B;
}
.TagClassName
{
border-color: #ADB77B;
}
</style>