Shades of Bud #A2A98D
Tints of Bud #A2A98D
RGB
CMYK
RGB Variations
Color information
#A2A98D (or 0xA2A98D) is known color: Bud. HEX triplet: A2, A9 and 8D. RGB value is (162,169,141). Sum of RGB (Red+Green+Blue) = 162+169+141=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A98D is #5D5672. Grayscale: #A3A3A3. Windows color (decimal): -6116979 or 9284002. OLE color: 9284002.
HSL color Cylindrical-coordinate representation of color #A2A98D: hue angle of 75º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2A98D is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 141 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.34 |
| HSL | 75º | 0.14% | 0.61% | - |
| HSV(B) | 75º | 0.17% | 0.66% | - |
| XYZ | 33.9 | 37.98 | 30.74 | - |
| YUV | 163.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 141 | 0.04 | 0 | 0.17 | 0.34 | 75 | 0.14 | 0.61 |
| Hex | A2 | A9 | 8D | 4 | 0 | 11 | 22 | 4B | E | 3D |
| Octal | 242 | 251 | 215 | 4 | 0 | 21 | 42 | 113 | 16 | 75 |
| Binary | 10100010 | 10101001 | 10001101 | 100 | 0 | 10001 | 100010 | 1001011 | 1110 | 111101 |
Color Harmonies of #A2A98D
Complementary color
Monochromatic Colors of #A2A98D
Black with #A2A98D
Text Example
Text Example
White with #A2A98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A98D; }
p { color: rgb(162,169,141); }
H1.HeaderClassName
{
color: #A2A98D;
}
.AnyTagClassName
{
color: #A2A98D;
}
</style>
background-color css
<style>
a { background-color: #A2A98D; }
a { background-color: rgb(162,169,141); }
div.DivClassName
{
background-color: #A2A98D;
}
.BgClassName
{
background-color: #A2A98D;
}
</style>
border-color css
<style>
span { border-color: #A2A98D; }
span { border-color: rgb(162,169,141); }
td.TdClassName
{
border-color: #A2A98D;
}
.TagClassName
{
border-color: #A2A98D;
}
</style>