Shades of Caper #ADB97E
Tints of Caper #ADB97E
RGB
CMYK
RGB Variations
Color information
#ADB97E (or 0xADB97E) is known color: Caper. HEX triplet: AD, B9 and 7E. RGB value is (173,185,126). Sum of RGB (Red+Green+Blue) = 173+185+126=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB97E is #524681. Grayscale: #AEAEAE. Windows color (decimal): -5392002 or 8305069. OLE color: 8305069.
HSL color Cylindrical-coordinate representation of color #ADB97E: hue angle of 72.2º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB97E is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 126 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.27 |
| HSL | 72.2º | 0.3% | 0.61% | - |
| HSV(B) | 72.2º | 0.32% | 0.73% | - |
| XYZ | 38.35 | 45.09 | 26.42 | - |
| YUV | 174.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 126 | 0.06 | 0 | 0.32 | 0.27 | 72.2 | 0.3 | 0.61 |
| Hex | AD | B9 | 7E | 6 | 0 | 20 | 1B | 48 | 1E | 3D |
| Octal | 255 | 271 | 176 | 6 | 0 | 40 | 33 | 110 | 36 | 75 |
| Binary | 10101101 | 10111001 | 1111110 | 110 | 0 | 100000 | 11011 | 1001000 | 11110 | 111101 |
Color Harmonies of #ADB97E
Complementary color
Monochromatic Colors of #ADB97E
Black with #ADB97E
Text Example
Text Example
White with #ADB97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB97E; }
p { color: rgb(173,185,126); }
H1.HeaderClassName
{
color: #ADB97E;
}
.AnyTagClassName
{
color: #ADB97E;
}
</style>
background-color css
<style>
a { background-color: #ADB97E; }
a { background-color: rgb(173,185,126); }
div.DivClassName
{
background-color: #ADB97E;
}
.BgClassName
{
background-color: #ADB97E;
}
</style>
border-color css
<style>
span { border-color: #ADB97E; }
span { border-color: rgb(173,185,126); }
td.TdClassName
{
border-color: #ADB97E;
}
.TagClassName
{
border-color: #ADB97E;
}
</style>