Shades of Bud #A2A48A
Tints of Bud #A2A48A
RGB
CMYK
RGB Variations
Color information
#A2A48A (or 0xA2A48A) is known color: Bud. HEX triplet: A2, A4 and 8A. RGB value is (162,164,138). Sum of RGB (Red+Green+Blue) = 162+164+138=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A48A is #5D5B75. Grayscale: #A0A0A0. Windows color (decimal): -6118262 or 9086114. OLE color: 9086114.
HSL color Cylindrical-coordinate representation of color #A2A48A: hue angle of 64.62º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2A48A is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 138 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.36 |
| HSL | 64.62º | 0.13% | 0.59% | - |
| HSV(B) | 64.62º | 0.16% | 0.64% | - |
| XYZ | 32.76 | 36.07 | 29.28 | - |
| YUV | 160.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 138 | 0.01 | 0 | 0.16 | 0.36 | 64.62 | 0.13 | 0.59 |
| Hex | A2 | A4 | 8A | 1 | 0 | 10 | 24 | 41 | C | 3B |
| Octal | 242 | 244 | 212 | 1 | 0 | 20 | 44 | 101 | 14 | 73 |
| Binary | 10100010 | 10100100 | 10001010 | 1 | 0 | 10000 | 100100 | 1000001 | 1100 | 111011 |
Color Harmonies of #A2A48A
Complementary color
Monochromatic Colors of #A2A48A
Black with #A2A48A
Text Example
Text Example
White with #A2A48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A48A; }
p { color: rgb(162,164,138); }
H1.HeaderClassName
{
color: #A2A48A;
}
.AnyTagClassName
{
color: #A2A48A;
}
</style>
background-color css
<style>
a { background-color: #A2A48A; }
a { background-color: rgb(162,164,138); }
div.DivClassName
{
background-color: #A2A48A;
}
.BgClassName
{
background-color: #A2A48A;
}
</style>
border-color css
<style>
span { border-color: #A2A48A; }
span { border-color: rgb(162,164,138); }
td.TdClassName
{
border-color: #A2A48A;
}
.TagClassName
{
border-color: #A2A48A;
}
</style>