Shades of Caper #ADB97D
Tints of Caper #ADB97D
RGB
CMYK
RGB Variations
Color information
#ADB97D (or 0xADB97D) is known color: Caper. HEX triplet: AD, B9 and 7D. RGB value is (173,185,125). Sum of RGB (Red+Green+Blue) = 173+185+125=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB97D is #524682. Grayscale: #AEAEAE. Windows color (decimal): -5392003 or 8239533. OLE color: 8239533.
HSL color Cylindrical-coordinate representation of color #ADB97D: hue angle of 72º 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 #ADB97D is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 125 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.27 |
| HSL | 72º | 0.3% | 0.61% | - |
| HSV(B) | 72º | 0.32% | 0.73% | - |
| XYZ | 38.28 | 45.06 | 26.08 | - |
| YUV | 174.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 125 | 0.06 | 0 | 0.32 | 0.27 | 72 | 0.3 | 0.61 |
| Hex | AD | B9 | 7D | 6 | 0 | 20 | 1B | 48 | 1E | 3D |
| Octal | 255 | 271 | 175 | 6 | 0 | 40 | 33 | 110 | 36 | 75 |
| Binary | 10101101 | 10111001 | 1111101 | 110 | 0 | 100000 | 11011 | 1001000 | 11110 | 111101 |
Color Harmonies of #ADB97D
Complementary color
Monochromatic Colors of #ADB97D
Black with #ADB97D
Text Example
Text Example
White with #ADB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB97D; }
p { color: rgb(173,185,125); }
H1.HeaderClassName
{
color: #ADB97D;
}
.AnyTagClassName
{
color: #ADB97D;
}
</style>
background-color css
<style>
a { background-color: #ADB97D; }
a { background-color: rgb(173,185,125); }
div.DivClassName
{
background-color: #ADB97D;
}
.BgClassName
{
background-color: #ADB97D;
}
</style>
border-color css
<style>
span { border-color: #ADB97D; }
span { border-color: rgb(173,185,125); }
td.TdClassName
{
border-color: #ADB97D;
}
.TagClassName
{
border-color: #ADB97D;
}
</style>