Shades of Caper #ADBD7A
Tints of Caper #ADBD7A
RGB
CMYK
RGB Variations
Color information
#ADBD7A (or 0xADBD7A) is known color: Caper. HEX triplet: AD, BD and 7A. RGB value is (173,189,122). Sum of RGB (Red+Green+Blue) = 173+189+122=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD7A is #524285. Grayscale: #B0B0B0. Windows color (decimal): -5390982 or 8043949. OLE color: 8043949.
HSL color Cylindrical-coordinate representation of color #ADBD7A: hue angle of 74.33º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADBD7A is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 122 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.26 |
| HSL | 74.33º | 0.34% | 0.61% | - |
| HSV(B) | 74.33º | 0.35% | 0.74% | - |
| XYZ | 38.94 | 46.68 | 25.37 | - |
| YUV | 176.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 122 | 0.08 | 0 | 0.35 | 0.26 | 74.33 | 0.34 | 0.61 |
| Hex | AD | BD | 7A | 8 | 0 | 23 | 1A | 4A | 22 | 3D |
| Octal | 255 | 275 | 172 | 10 | 0 | 43 | 32 | 112 | 42 | 75 |
| Binary | 10101101 | 10111101 | 1111010 | 1000 | 0 | 100011 | 11010 | 1001010 | 100010 | 111101 |
Color Harmonies of #ADBD7A
Complementary color
Monochromatic Colors of #ADBD7A
Black with #ADBD7A
Text Example
Text Example
White with #ADBD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD7A; }
p { color: rgb(173,189,122); }
H1.HeaderClassName
{
color: #ADBD7A;
}
.AnyTagClassName
{
color: #ADBD7A;
}
</style>
background-color css
<style>
a { background-color: #ADBD7A; }
a { background-color: rgb(173,189,122); }
div.DivClassName
{
background-color: #ADBD7A;
}
.BgClassName
{
background-color: #ADBD7A;
}
</style>
border-color css
<style>
span { border-color: #ADBD7A; }
span { border-color: rgb(173,189,122); }
td.TdClassName
{
border-color: #ADBD7A;
}
.TagClassName
{
border-color: #ADBD7A;
}
</style>