Shades of Bud #A1AA88
Tints of Bud #A1AA88
RGB
CMYK
RGB Variations
Color information
#A1AA88 (or 0xA1AA88) is known color: Bud. HEX triplet: A1, AA and 88. RGB value is (161,170,136). Sum of RGB (Red+Green+Blue) = 161+170+136=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA88 is #5E5577. Grayscale: #A3A3A3. Windows color (decimal): -6182264 or 8956577. OLE color: 8956577.
HSL color Cylindrical-coordinate representation of color #A1AA88: hue angle of 75.88º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1AA88 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 136 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.33 |
| HSL | 75.88º | 0.17% | 0.6% | - |
| HSV(B) | 75.88º | 0.2% | 0.67% | - |
| XYZ | 33.52 | 38.1 | 28.88 | - |
| YUV | 163.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 136 | 0.05 | 0 | 0.20 | 0.33 | 75.88 | 0.17 | 0.6 |
| Hex | A1 | AA | 88 | 5 | 0 | 14 | 21 | 4C | 11 | 3C |
| Octal | 241 | 252 | 210 | 5 | 0 | 24 | 41 | 114 | 21 | 74 |
| Binary | 10100001 | 10101010 | 10001000 | 101 | 0 | 10100 | 100001 | 1001100 | 10001 | 111100 |
Color Harmonies of #A1AA88
Complementary color
Monochromatic Colors of #A1AA88
Black with #A1AA88
Text Example
Text Example
White with #A1AA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA88; }
p { color: rgb(161,170,136); }
H1.HeaderClassName
{
color: #A1AA88;
}
.AnyTagClassName
{
color: #A1AA88;
}
</style>
background-color css
<style>
a { background-color: #A1AA88; }
a { background-color: rgb(161,170,136); }
div.DivClassName
{
background-color: #A1AA88;
}
.BgClassName
{
background-color: #A1AA88;
}
</style>
border-color css
<style>
span { border-color: #A1AA88; }
span { border-color: rgb(161,170,136); }
td.TdClassName
{
border-color: #A1AA88;
}
.TagClassName
{
border-color: #A1AA88;
}
</style>