Shades of Caper #ADB975
Tints of Caper #ADB975
RGB
CMYK
RGB Variations
Color information
#ADB975 (or 0xADB975) is known color: Caper. HEX triplet: AD, B9 and 75. RGB value is (173,185,117). Sum of RGB (Red+Green+Blue) = 173+185+117=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB975 is #52468A. Grayscale: #ADADAD. Windows color (decimal): -5392011 or 7715245. OLE color: 7715245.
HSL color Cylindrical-coordinate representation of color #ADB975: hue angle of 70.59º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADB975 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 117 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.27 |
| HSL | 70.59º | 0.33% | 0.59% | - |
| HSV(B) | 70.59º | 0.37% | 0.73% | - |
| XYZ | 37.79 | 44.87 | 23.5 | - |
| YUV | 173.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 117 | 0.06 | 0 | 0.37 | 0.27 | 70.59 | 0.33 | 0.59 |
| Hex | AD | B9 | 75 | 6 | 0 | 25 | 1B | 47 | 21 | 3B |
| Octal | 255 | 271 | 165 | 6 | 0 | 45 | 33 | 107 | 41 | 73 |
| Binary | 10101101 | 10111001 | 1110101 | 110 | 0 | 100101 | 11011 | 1000111 | 100001 | 111011 |
Color Harmonies of #ADB975
Complementary color
Monochromatic Colors of #ADB975
Black with #ADB975
Text Example
Text Example
White with #ADB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB975; }
p { color: rgb(173,185,117); }
H1.HeaderClassName
{
color: #ADB975;
}
.AnyTagClassName
{
color: #ADB975;
}
</style>
background-color css
<style>
a { background-color: #ADB975; }
a { background-color: rgb(173,185,117); }
div.DivClassName
{
background-color: #ADB975;
}
.BgClassName
{
background-color: #ADB975;
}
</style>
border-color css
<style>
span { border-color: #ADB975; }
span { border-color: rgb(173,185,117); }
td.TdClassName
{
border-color: #ADB975;
}
.TagClassName
{
border-color: #ADB975;
}
</style>