Shades of Bud #A2A88E
Tints of Bud #A2A88E
RGB
CMYK
RGB Variations
Color information
#A2A88E (or 0xA2A88E) is known color: Bud. HEX triplet: A2, A8 and 8E. RGB value is (162,168,142). Sum of RGB (Red+Green+Blue) = 162+168+142=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A88E is #5D5771. Grayscale: #A3A3A3. Windows color (decimal): -6117234 or 9349282. OLE color: 9349282.
HSL color Cylindrical-coordinate representation of color #A2A88E: hue angle of 73.85º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2A88E is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 168 | 142 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.34 |
| HSL | 73.85º | 0.13% | 0.61% | - |
| HSV(B) | 73.85º | 0.15% | 0.66% | - |
| XYZ | 33.79 | 37.64 | 31.08 | - |
| YUV | 163.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 142 | 0.04 | 0 | 0.15 | 0.34 | 73.85 | 0.13 | 0.61 |
| Hex | A2 | A8 | 8E | 4 | 0 | F | 22 | 4A | D | 3D |
| Octal | 242 | 250 | 216 | 4 | 0 | 17 | 42 | 112 | 15 | 75 |
| Binary | 10100010 | 10101000 | 10001110 | 100 | 0 | 1111 | 100010 | 1001010 | 1101 | 111101 |
Color Harmonies of #A2A88E
Complementary color
Monochromatic Colors of #A2A88E
Black with #A2A88E
Text Example
Text Example
White with #A2A88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A88E; }
p { color: rgb(162,168,142); }
H1.HeaderClassName
{
color: #A2A88E;
}
.AnyTagClassName
{
color: #A2A88E;
}
</style>
background-color css
<style>
a { background-color: #A2A88E; }
a { background-color: rgb(162,168,142); }
div.DivClassName
{
background-color: #A2A88E;
}
.BgClassName
{
background-color: #A2A88E;
}
</style>
border-color css
<style>
span { border-color: #A2A88E; }
span { border-color: rgb(162,168,142); }
td.TdClassName
{
border-color: #A2A88E;
}
.TagClassName
{
border-color: #A2A88E;
}
</style>