Shades of Caper #ADBA7A
Tints of Caper #ADBA7A
RGB
CMYK
RGB Variations
Color information
#ADBA7A (or 0xADBA7A) is known color: Caper. HEX triplet: AD, BA and 7A. RGB value is (173,186,122). Sum of RGB (Red+Green+Blue) = 173+186+122=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA7A is #524585. Grayscale: #AFAFAF. Windows color (decimal): -5391750 or 8043181. OLE color: 8043181.
HSL color Cylindrical-coordinate representation of color #ADBA7A: hue angle of 72.19º degrees, saturation: 0.32, 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 #ADBA7A is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 122 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.27 |
| HSL | 72.19º | 0.32% | 0.6% | - |
| HSV(B) | 72.19º | 0.34% | 0.73% | - |
| XYZ | 38.31 | 45.41 | 25.16 | - |
| YUV | 174.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 122 | 0.07 | 0 | 0.34 | 0.27 | 72.19 | 0.32 | 0.6 |
| Hex | AD | BA | 7A | 7 | 0 | 22 | 1B | 48 | 20 | 3C |
| Octal | 255 | 272 | 172 | 7 | 0 | 42 | 33 | 110 | 40 | 74 |
| Binary | 10101101 | 10111010 | 1111010 | 111 | 0 | 100010 | 11011 | 1001000 | 100000 | 111100 |
Color Harmonies of #ADBA7A
Complementary color
Monochromatic Colors of #ADBA7A
Black with #ADBA7A
Text Example
Text Example
White with #ADBA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA7A; }
p { color: rgb(173,186,122); }
H1.HeaderClassName
{
color: #ADBA7A;
}
.AnyTagClassName
{
color: #ADBA7A;
}
</style>
background-color css
<style>
a { background-color: #ADBA7A; }
a { background-color: rgb(173,186,122); }
div.DivClassName
{
background-color: #ADBA7A;
}
.BgClassName
{
background-color: #ADBA7A;
}
</style>
border-color css
<style>
span { border-color: #ADBA7A; }
span { border-color: rgb(173,186,122); }
td.TdClassName
{
border-color: #ADBA7A;
}
.TagClassName
{
border-color: #ADBA7A;
}
</style>