Shades of Caper #ADB97B
Tints of Caper #ADB97B
RGB
CMYK
RGB Variations
Color information
#ADB97B (or 0xADB97B) is known color: Caper. HEX triplet: AD, B9 and 7B. RGB value is (173,185,123). Sum of RGB (Red+Green+Blue) = 173+185+123=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB97B is #524684. Grayscale: #AEAEAE. Windows color (decimal): -5392005 or 8108461. OLE color: 8108461.
HSL color Cylindrical-coordinate representation of color #ADB97B: hue angle of 71.61º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADB97B is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 123 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.27 |
| HSL | 71.61º | 0.31% | 0.6% | - |
| HSV(B) | 71.61º | 0.34% | 0.73% | - |
| XYZ | 38.16 | 45.01 | 25.42 | - |
| YUV | 174.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 123 | 0.06 | 0 | 0.34 | 0.27 | 71.61 | 0.31 | 0.6 |
| Hex | AD | B9 | 7B | 6 | 0 | 22 | 1B | 48 | 1F | 3C |
| Octal | 255 | 271 | 173 | 6 | 0 | 42 | 33 | 110 | 37 | 74 |
| Binary | 10101101 | 10111001 | 1111011 | 110 | 0 | 100010 | 11011 | 1001000 | 11111 | 111100 |
Color Harmonies of #ADB97B
Complementary color
Monochromatic Colors of #ADB97B
Black with #ADB97B
Text Example
Text Example
White with #ADB97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB97B; }
p { color: rgb(173,185,123); }
H1.HeaderClassName
{
color: #ADB97B;
}
.AnyTagClassName
{
color: #ADB97B;
}
</style>
background-color css
<style>
a { background-color: #ADB97B; }
a { background-color: rgb(173,185,123); }
div.DivClassName
{
background-color: #ADB97B;
}
.BgClassName
{
background-color: #ADB97B;
}
</style>
border-color css
<style>
span { border-color: #ADB97B; }
span { border-color: rgb(173,185,123); }
td.TdClassName
{
border-color: #ADB97B;
}
.TagClassName
{
border-color: #ADB97B;
}
</style>