Shades of Caper #ADB57B
Tints of Caper #ADB57B
RGB
CMYK
RGB Variations
Color information
#ADB57B (or 0xADB57B) is known color: Caper. HEX triplet: AD, B5 and 7B. RGB value is (173,181,123). Sum of RGB (Red+Green+Blue) = 173+181+123=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB57B is #524A84. Grayscale: #ACACAC. Windows color (decimal): -5393029 or 8107437. OLE color: 8107437.
HSL color Cylindrical-coordinate representation of color #ADB57B: hue angle of 68.28º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB57B is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 123 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.29 |
| HSL | 68.28º | 0.28% | 0.6% | - |
| HSV(B) | 68.28º | 0.32% | 0.71% | - |
| XYZ | 37.33 | 43.36 | 25.14 | - |
| YUV | 172 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 123 | 0.04 | 0 | 0.32 | 0.29 | 68.28 | 0.28 | 0.6 |
| Hex | AD | B5 | 7B | 4 | 0 | 20 | 1D | 44 | 1C | 3C |
| Octal | 255 | 265 | 173 | 4 | 0 | 40 | 35 | 104 | 34 | 74 |
| Binary | 10101101 | 10110101 | 1111011 | 100 | 0 | 100000 | 11101 | 1000100 | 11100 | 111100 |
Color Harmonies of #ADB57B
Complementary color
Monochromatic Colors of #ADB57B
Black with #ADB57B
Text Example
Text Example
White with #ADB57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB57B; }
p { color: rgb(173,181,123); }
H1.HeaderClassName
{
color: #ADB57B;
}
.AnyTagClassName
{
color: #ADB57B;
}
</style>
background-color css
<style>
a { background-color: #ADB57B; }
a { background-color: rgb(173,181,123); }
div.DivClassName
{
background-color: #ADB57B;
}
.BgClassName
{
background-color: #ADB57B;
}
</style>
border-color css
<style>
span { border-color: #ADB57B; }
span { border-color: rgb(173,181,123); }
td.TdClassName
{
border-color: #ADB57B;
}
.TagClassName
{
border-color: #ADB57B;
}
</style>