Shades of Caper #ADBA75
Tints of Caper #ADBA75
RGB
CMYK
RGB Variations
Color information
#ADBA75 (or 0xADBA75) is known color: Caper. HEX triplet: AD, BA and 75. RGB value is (173,186,117). Sum of RGB (Red+Green+Blue) = 173+186+117=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA75 is #52458A. Grayscale: #AEAEAE. Windows color (decimal): -5391755 or 7715501. OLE color: 7715501.
HSL color Cylindrical-coordinate representation of color #ADBA75: hue angle of 71.3º 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 #ADBA75 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 117 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.27 |
| HSL | 71.3º | 0.33% | 0.59% | - |
| HSV(B) | 71.3º | 0.37% | 0.73% | - |
| XYZ | 38 | 45.29 | 23.57 | - |
| YUV | 174.25 | 95.69 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 117 | 0.07 | 0 | 0.37 | 0.27 | 71.3 | 0.33 | 0.59 |
| Hex | AD | BA | 75 | 7 | 0 | 25 | 1B | 47 | 21 | 3B |
| Octal | 255 | 272 | 165 | 7 | 0 | 45 | 33 | 107 | 41 | 73 |
| Binary | 10101101 | 10111010 | 1110101 | 111 | 0 | 100101 | 11011 | 1000111 | 100001 | 111011 |
Color Harmonies of #ADBA75
Complementary color
Monochromatic Colors of #ADBA75
Black with #ADBA75
Text Example
Text Example
White with #ADBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA75; }
p { color: rgb(173,186,117); }
H1.HeaderClassName
{
color: #ADBA75;
}
.AnyTagClassName
{
color: #ADBA75;
}
</style>
background-color css
<style>
a { background-color: #ADBA75; }
a { background-color: rgb(173,186,117); }
div.DivClassName
{
background-color: #ADBA75;
}
.BgClassName
{
background-color: #ADBA75;
}
</style>
border-color css
<style>
span { border-color: #ADBA75; }
span { border-color: rgb(173,186,117); }
td.TdClassName
{
border-color: #ADBA75;
}
.TagClassName
{
border-color: #ADBA75;
}
</style>