Shades of Bud #A2A48E
Tints of Bud #A2A48E
RGB
CMYK
RGB Variations
Color information
#A2A48E (or 0xA2A48E) is known color: Bud. HEX triplet: A2, A4 and 8E. RGB value is (162,164,142). Sum of RGB (Red+Green+Blue) = 162+164+142=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A48E is #5D5B71. Grayscale: #A0A0A0. Windows color (decimal): -6118258 or 9348258. OLE color: 9348258.
HSL color Cylindrical-coordinate representation of color #A2A48E: hue angle of 65.45º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2A48E is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 142 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.36 |
| HSL | 65.45º | 0.11% | 0.6% | - |
| HSV(B) | 65.45º | 0.13% | 0.64% | - |
| XYZ | 33.06 | 36.19 | 30.83 | - |
| YUV | 160.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 142 | 0.01 | 0 | 0.13 | 0.36 | 65.45 | 0.11 | 0.6 |
| Hex | A2 | A4 | 8E | 1 | 0 | D | 24 | 41 | B | 3C |
| Octal | 242 | 244 | 216 | 1 | 0 | 15 | 44 | 101 | 13 | 74 |
| Binary | 10100010 | 10100100 | 10001110 | 1 | 0 | 1101 | 100100 | 1000001 | 1011 | 111100 |
Color Harmonies of #A2A48E
Complementary color
Monochromatic Colors of #A2A48E
Black with #A2A48E
Text Example
Text Example
White with #A2A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A48E; }
p { color: rgb(162,164,142); }
H1.HeaderClassName
{
color: #A2A48E;
}
.AnyTagClassName
{
color: #A2A48E;
}
</style>
background-color css
<style>
a { background-color: #A2A48E; }
a { background-color: rgb(162,164,142); }
div.DivClassName
{
background-color: #A2A48E;
}
.BgClassName
{
background-color: #A2A48E;
}
</style>
border-color css
<style>
span { border-color: #A2A48E; }
span { border-color: rgb(162,164,142); }
td.TdClassName
{
border-color: #A2A48E;
}
.TagClassName
{
border-color: #A2A48E;
}
</style>