Shades of Bud #A2A891
Tints of Bud #A2A891
RGB
CMYK
RGB Variations
Color information
#A2A891 (or 0xA2A891) is known color: Bud. HEX triplet: A2, A8 and 91. RGB value is (162,168,145). Sum of RGB (Red+Green+Blue) = 162+168+145=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A891 is #5D576E. Grayscale: #A3A3A3. Windows color (decimal): -6117231 or 9545890. OLE color: 9545890.
HSL color Cylindrical-coordinate representation of color #A2A891: hue angle of 75.65º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2A891 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 168 | 145 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.34 |
| HSL | 75.65º | 0.12% | 0.61% | - |
| HSV(B) | 75.65º | 0.14% | 0.66% | - |
| XYZ | 34.01 | 37.73 | 32.28 | - |
| YUV | 163.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 145 | 0.04 | 0 | 0.14 | 0.34 | 75.65 | 0.12 | 0.61 |
| Hex | A2 | A8 | 91 | 4 | 0 | E | 22 | 4C | C | 3D |
| Octal | 242 | 250 | 221 | 4 | 0 | 16 | 42 | 114 | 14 | 75 |
| Binary | 10100010 | 10101000 | 10010001 | 100 | 0 | 1110 | 100010 | 1001100 | 1100 | 111101 |
Color Harmonies of #A2A891
Complementary color
Monochromatic Colors of #A2A891
Black with #A2A891
Text Example
Text Example
White with #A2A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A891; }
p { color: rgb(162,168,145); }
H1.HeaderClassName
{
color: #A2A891;
}
.AnyTagClassName
{
color: #A2A891;
}
</style>
background-color css
<style>
a { background-color: #A2A891; }
a { background-color: rgb(162,168,145); }
div.DivClassName
{
background-color: #A2A891;
}
.BgClassName
{
background-color: #A2A891;
}
</style>
border-color css
<style>
span { border-color: #A2A891; }
span { border-color: rgb(162,168,145); }
td.TdClassName
{
border-color: #A2A891;
}
.TagClassName
{
border-color: #A2A891;
}
</style>