Shades of Bud #A1AA8A
Tints of Bud #A1AA8A
RGB
CMYK
RGB Variations
Color information
#A1AA8A (or 0xA1AA8A) is known color: Bud. HEX triplet: A1, AA and 8A. RGB value is (161,170,138). Sum of RGB (Red+Green+Blue) = 161+170+138=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA8A is #5E5575. Grayscale: #A3A3A3. Windows color (decimal): -6182262 or 9087649. OLE color: 9087649.
HSL color Cylindrical-coordinate representation of color #A1AA8A: hue angle of 76.88º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1AA8A is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 138 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.33 |
| HSL | 76.88º | 0.16% | 0.6% | - |
| HSV(B) | 76.88º | 0.19% | 0.67% | - |
| XYZ | 33.66 | 38.16 | 29.64 | - |
| YUV | 163.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 138 | 0.05 | 0 | 0.19 | 0.33 | 76.88 | 0.16 | 0.6 |
| Hex | A1 | AA | 8A | 5 | 0 | 13 | 21 | 4D | 10 | 3C |
| Octal | 241 | 252 | 212 | 5 | 0 | 23 | 41 | 115 | 20 | 74 |
| Binary | 10100001 | 10101010 | 10001010 | 101 | 0 | 10011 | 100001 | 1001101 | 10000 | 111100 |
Color Harmonies of #A1AA8A
Complementary color
Monochromatic Colors of #A1AA8A
Black with #A1AA8A
Text Example
Text Example
White with #A1AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA8A; }
p { color: rgb(161,170,138); }
H1.HeaderClassName
{
color: #A1AA8A;
}
.AnyTagClassName
{
color: #A1AA8A;
}
</style>
background-color css
<style>
a { background-color: #A1AA8A; }
a { background-color: rgb(161,170,138); }
div.DivClassName
{
background-color: #A1AA8A;
}
.BgClassName
{
background-color: #A1AA8A;
}
</style>
border-color css
<style>
span { border-color: #A1AA8A; }
span { border-color: rgb(161,170,138); }
td.TdClassName
{
border-color: #A1AA8A;
}
.TagClassName
{
border-color: #A1AA8A;
}
</style>