Shades of Caper #ADB57E
Tints of Caper #ADB57E
RGB
CMYK
RGB Variations
Color information
#ADB57E (or 0xADB57E) is known color: Caper. HEX triplet: AD, B5 and 7E. RGB value is (173,181,126). Sum of RGB (Red+Green+Blue) = 173+181+126=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB57E is #524A81. Grayscale: #ACACAC. Windows color (decimal): -5393026 or 8304045. OLE color: 8304045.
HSL color Cylindrical-coordinate representation of color #ADB57E: hue angle of 68.73º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB57E is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 126 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.29 |
| HSL | 68.73º | 0.27% | 0.6% | - |
| HSV(B) | 68.73º | 0.3% | 0.71% | - |
| XYZ | 37.52 | 43.44 | 26.15 | - |
| YUV | 172.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 126 | 0.04 | 0 | 0.30 | 0.29 | 68.73 | 0.27 | 0.6 |
| Hex | AD | B5 | 7E | 4 | 0 | 1E | 1D | 45 | 1B | 3C |
| Octal | 255 | 265 | 176 | 4 | 0 | 36 | 35 | 105 | 33 | 74 |
| Binary | 10101101 | 10110101 | 1111110 | 100 | 0 | 11110 | 11101 | 1000101 | 11011 | 111100 |
Color Harmonies of #ADB57E
Complementary color
Monochromatic Colors of #ADB57E
Black with #ADB57E
Text Example
Text Example
White with #ADB57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB57E; }
p { color: rgb(173,181,126); }
H1.HeaderClassName
{
color: #ADB57E;
}
.AnyTagClassName
{
color: #ADB57E;
}
</style>
background-color css
<style>
a { background-color: #ADB57E; }
a { background-color: rgb(173,181,126); }
div.DivClassName
{
background-color: #ADB57E;
}
.BgClassName
{
background-color: #ADB57E;
}
</style>
border-color css
<style>
span { border-color: #ADB57E; }
span { border-color: rgb(173,181,126); }
td.TdClassName
{
border-color: #ADB57E;
}
.TagClassName
{
border-color: #ADB57E;
}
</style>