Shades of Bud #A2AA85
Tints of Bud #A2AA85
RGB
CMYK
RGB Variations
Color information
#A2AA85 (or 0xA2AA85) is known color: Bud. HEX triplet: A2, AA and 85. RGB value is (162,170,133). Sum of RGB (Red+Green+Blue) = 162+170+133=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA85 is #5D557A. Grayscale: #A3A3A3. Windows color (decimal): -6116731 or 8759970. OLE color: 8759970.
HSL color Cylindrical-coordinate representation of color #A2AA85: hue angle of 72.97º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2AA85 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 133 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.33 |
| HSL | 72.97º | 0.18% | 0.59% | - |
| HSV(B) | 72.97º | 0.22% | 0.67% | - |
| XYZ | 33.51 | 38.12 | 27.78 | - |
| YUV | 163.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 133 | 0.05 | 0 | 0.22 | 0.33 | 72.97 | 0.18 | 0.59 |
| Hex | A2 | AA | 85 | 5 | 0 | 16 | 21 | 49 | 12 | 3B |
| Octal | 242 | 252 | 205 | 5 | 0 | 26 | 41 | 111 | 22 | 73 |
| Binary | 10100010 | 10101010 | 10000101 | 101 | 0 | 10110 | 100001 | 1001001 | 10010 | 111011 |
Color Harmonies of #A2AA85
Complementary color
Monochromatic Colors of #A2AA85
Black with #A2AA85
Text Example
Text Example
White with #A2AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA85; }
p { color: rgb(162,170,133); }
H1.HeaderClassName
{
color: #A2AA85;
}
.AnyTagClassName
{
color: #A2AA85;
}
</style>
background-color css
<style>
a { background-color: #A2AA85; }
a { background-color: rgb(162,170,133); }
div.DivClassName
{
background-color: #A2AA85;
}
.BgClassName
{
background-color: #A2AA85;
}
</style>
border-color css
<style>
span { border-color: #A2AA85; }
span { border-color: rgb(162,170,133); }
td.TdClassName
{
border-color: #A2AA85;
}
.TagClassName
{
border-color: #A2AA85;
}
</style>