Shades of Caper #ADB57C
Tints of Caper #ADB57C
RGB
CMYK
RGB Variations
Color information
#ADB57C (or 0xADB57C) is known color: Caper. HEX triplet: AD, B5 and 7C. RGB value is (173,181,124). Sum of RGB (Red+Green+Blue) = 173+181+124=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB57C is #524A83. Grayscale: #ACACAC. Windows color (decimal): -5393028 or 8172973. OLE color: 8172973.
HSL color Cylindrical-coordinate representation of color #ADB57C: hue angle of 68.42º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB57C is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 124 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.29 |
| HSL | 68.42º | 0.28% | 0.6% | - |
| HSV(B) | 68.42º | 0.31% | 0.71% | - |
| XYZ | 37.4 | 43.39 | 25.47 | - |
| YUV | 172.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 124 | 0.04 | 0 | 0.31 | 0.29 | 68.42 | 0.28 | 0.6 |
| Hex | AD | B5 | 7C | 4 | 0 | 1F | 1D | 44 | 1C | 3C |
| Octal | 255 | 265 | 174 | 4 | 0 | 37 | 35 | 104 | 34 | 74 |
| Binary | 10101101 | 10110101 | 1111100 | 100 | 0 | 11111 | 11101 | 1000100 | 11100 | 111100 |
Color Harmonies of #ADB57C
Complementary color
Monochromatic Colors of #ADB57C
Black with #ADB57C
Text Example
Text Example
White with #ADB57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB57C; }
p { color: rgb(173,181,124); }
H1.HeaderClassName
{
color: #ADB57C;
}
.AnyTagClassName
{
color: #ADB57C;
}
</style>
background-color css
<style>
a { background-color: #ADB57C; }
a { background-color: rgb(173,181,124); }
div.DivClassName
{
background-color: #ADB57C;
}
.BgClassName
{
background-color: #ADB57C;
}
</style>
border-color css
<style>
span { border-color: #ADB57C; }
span { border-color: rgb(173,181,124); }
td.TdClassName
{
border-color: #ADB57C;
}
.TagClassName
{
border-color: #ADB57C;
}
</style>