Shades of Caper #ADB57A
Tints of Caper #ADB57A
RGB
CMYK
RGB Variations
Color information
#ADB57A (or 0xADB57A) is known color: Caper. HEX triplet: AD, B5 and 7A. RGB value is (173,181,122). Sum of RGB (Red+Green+Blue) = 173+181+122=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB57A is #524A85. Grayscale: #ACACAC. Windows color (decimal): -5393030 or 8041901. OLE color: 8041901.
HSL color Cylindrical-coordinate representation of color #ADB57A: hue angle of 68.14º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADB57A is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 122 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.29 |
| HSL | 68.14º | 0.29% | 0.59% | - |
| HSV(B) | 68.14º | 0.33% | 0.71% | - |
| XYZ | 37.27 | 43.34 | 24.81 | - |
| YUV | 171.88 | 99.85 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 122 | 0.04 | 0 | 0.33 | 0.29 | 68.14 | 0.29 | 0.59 |
| Hex | AD | B5 | 7A | 4 | 0 | 21 | 1D | 44 | 1D | 3B |
| Octal | 255 | 265 | 172 | 4 | 0 | 41 | 35 | 104 | 35 | 73 |
| Binary | 10101101 | 10110101 | 1111010 | 100 | 0 | 100001 | 11101 | 1000100 | 11101 | 111011 |
Color Harmonies of #ADB57A
Complementary color
Monochromatic Colors of #ADB57A
Black with #ADB57A
Text Example
Text Example
White with #ADB57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB57A; }
p { color: rgb(173,181,122); }
H1.HeaderClassName
{
color: #ADB57A;
}
.AnyTagClassName
{
color: #ADB57A;
}
</style>
background-color css
<style>
a { background-color: #ADB57A; }
a { background-color: rgb(173,181,122); }
div.DivClassName
{
background-color: #ADB57A;
}
.BgClassName
{
background-color: #ADB57A;
}
</style>
border-color css
<style>
span { border-color: #ADB57A; }
span { border-color: rgb(173,181,122); }
td.TdClassName
{
border-color: #ADB57A;
}
.TagClassName
{
border-color: #ADB57A;
}
</style>