Shades of Caper #ADBA82
Tints of Caper #ADBA82
RGB
CMYK
RGB Variations
Color information
#ADBA82 (or 0xADBA82) is known color: Caper. HEX triplet: AD, BA and 82. RGB value is (173,186,130). Sum of RGB (Red+Green+Blue) = 173+186+130=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA82 is #52457D. Grayscale: #AFAFAF. Windows color (decimal): -5391742 or 8567469. OLE color: 8567469.
HSL color Cylindrical-coordinate representation of color #ADBA82: hue angle of 73.93º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADBA82 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 130 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.27 |
| HSL | 73.93º | 0.29% | 0.62% | - |
| HSV(B) | 73.93º | 0.3% | 0.73% | - |
| XYZ | 38.82 | 45.61 | 27.88 | - |
| YUV | 175.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 130 | 0.07 | 0 | 0.30 | 0.27 | 73.93 | 0.29 | 0.62 |
| Hex | AD | BA | 82 | 7 | 0 | 1E | 1B | 4A | 1D | 3E |
| Octal | 255 | 272 | 202 | 7 | 0 | 36 | 33 | 112 | 35 | 76 |
| Binary | 10101101 | 10111010 | 10000010 | 111 | 0 | 11110 | 11011 | 1001010 | 11101 | 111110 |
Color Harmonies of #ADBA82
Complementary color
Monochromatic Colors of #ADBA82
Black with #ADBA82
Text Example
Text Example
White with #ADBA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA82; }
p { color: rgb(173,186,130); }
H1.HeaderClassName
{
color: #ADBA82;
}
.AnyTagClassName
{
color: #ADBA82;
}
</style>
background-color css
<style>
a { background-color: #ADBA82; }
a { background-color: rgb(173,186,130); }
div.DivClassName
{
background-color: #ADBA82;
}
.BgClassName
{
background-color: #ADBA82;
}
</style>
border-color css
<style>
span { border-color: #ADBA82; }
span { border-color: rgb(173,186,130); }
td.TdClassName
{
border-color: #ADBA82;
}
.TagClassName
{
border-color: #ADBA82;
}
</style>