Shades of Bud #A2AD87
Tints of Bud #A2AD87
RGB
CMYK
RGB Variations
Color information
#A2AD87 (or 0xA2AD87) is known color: Bud. HEX triplet: A2, AD and 87. RGB value is (162,173,135). Sum of RGB (Red+Green+Blue) = 162+173+135=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD87 is #5D5278. Grayscale: #A5A5A5. Windows color (decimal): -6115961 or 8891810. OLE color: 8891810.
HSL color Cylindrical-coordinate representation of color #A2AD87: hue angle of 77.37º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2AD87 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 135 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.32 |
| HSL | 77.37º | 0.19% | 0.6% | - |
| HSV(B) | 77.37º | 0.22% | 0.68% | - |
| XYZ | 34.22 | 39.32 | 28.71 | - |
| YUV | 165.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 135 | 0.06 | 0 | 0.22 | 0.32 | 77.37 | 0.19 | 0.6 |
| Hex | A2 | AD | 87 | 6 | 0 | 16 | 20 | 4D | 13 | 3C |
| Octal | 242 | 255 | 207 | 6 | 0 | 26 | 40 | 115 | 23 | 74 |
| Binary | 10100010 | 10101101 | 10000111 | 110 | 0 | 10110 | 100000 | 1001101 | 10011 | 111100 |
Color Harmonies of #A2AD87
Complementary color
Monochromatic Colors of #A2AD87
Black with #A2AD87
Text Example
Text Example
White with #A2AD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD87; }
p { color: rgb(162,173,135); }
H1.HeaderClassName
{
color: #A2AD87;
}
.AnyTagClassName
{
color: #A2AD87;
}
</style>
background-color css
<style>
a { background-color: #A2AD87; }
a { background-color: rgb(162,173,135); }
div.DivClassName
{
background-color: #A2AD87;
}
.BgClassName
{
background-color: #A2AD87;
}
</style>
border-color css
<style>
span { border-color: #A2AD87; }
span { border-color: rgb(162,173,135); }
td.TdClassName
{
border-color: #A2AD87;
}
.TagClassName
{
border-color: #A2AD87;
}
</style>