Shades of Caper #ADB98B
Tints of Caper #ADB98B
RGB
CMYK
RGB Variations
Color information
#ADB98B (or 0xADB98B) is known color: Caper. HEX triplet: AD, B9 and 8B. RGB value is (173,185,139). Sum of RGB (Red+Green+Blue) = 173+185+139=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB98B is #524674. Grayscale: #B0B0B0. Windows color (decimal): -5391989 or 9157037. OLE color: 9157037.
HSL color Cylindrical-coordinate representation of color #ADB98B: hue angle of 75.65º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB98B is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 139 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.27 |
| HSL | 75.65º | 0.25% | 0.64% | - |
| HSV(B) | 75.65º | 0.25% | 0.73% | - |
| XYZ | 39.24 | 45.45 | 31.13 | - |
| YUV | 176.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 139 | 0.06 | 0 | 0.25 | 0.27 | 75.65 | 0.25 | 0.64 |
| Hex | AD | B9 | 8B | 6 | 0 | 19 | 1B | 4C | 19 | 40 |
| Octal | 255 | 271 | 213 | 6 | 0 | 31 | 33 | 114 | 31 | 100 |
| Binary | 10101101 | 10111001 | 10001011 | 110 | 0 | 11001 | 11011 | 1001100 | 11001 | 1000000 |
Color Harmonies of #ADB98B
Complementary color
Monochromatic Colors of #ADB98B
Black with #ADB98B
Text Example
Text Example
White with #ADB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB98B; }
p { color: rgb(173,185,139); }
H1.HeaderClassName
{
color: #ADB98B;
}
.AnyTagClassName
{
color: #ADB98B;
}
</style>
background-color css
<style>
a { background-color: #ADB98B; }
a { background-color: rgb(173,185,139); }
div.DivClassName
{
background-color: #ADB98B;
}
.BgClassName
{
background-color: #ADB98B;
}
</style>
border-color css
<style>
span { border-color: #ADB98B; }
span { border-color: rgb(173,185,139); }
td.TdClassName
{
border-color: #ADB98B;
}
.TagClassName
{
border-color: #ADB98B;
}
</style>