Shades of Bud #AAAA91
Tints of Bud #AAAA91
RGB
CMYK
RGB Variations
Color information
#AAAA91 (or 0xAAAA91) is known color: Bud. HEX triplet: AA, AA and 91. RGB value is (170,170,145). Sum of RGB (Red+Green+Blue) = 170+170+145=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA91 is #55556E. Grayscale: #A7A7A7. Windows color (decimal): -5592431 or 9546410. OLE color: 9546410.
HSL color Cylindrical-coordinate representation of color #AAAA91: hue angle of 60º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAAA91 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 145 | - |
| CMYK | 0 | 0 | 0.15 | 0.33 |
| HSL | 60º | 0.13% | 0.62% | - |
| HSV(B) | 60º | 0.15% | 0.67% | - |
| XYZ | 36.06 | 39.34 | 32.48 | - |
| YUV | 167.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 145 | 0 | 0 | 0.15 | 0.33 | 60 | 0.13 | 0.62 |
| Hex | AA | AA | 91 | 0 | 0 | F | 21 | 3C | D | 3E |
| Octal | 252 | 252 | 221 | 0 | 0 | 17 | 41 | 74 | 15 | 76 |
| Binary | 10101010 | 10101010 | 10010001 | 0 | 0 | 1111 | 100001 | 111100 | 1101 | 111110 |
Color Harmonies of #AAAA91
Complementary color
Monochromatic Colors of #AAAA91
Black with #AAAA91
Text Example
Text Example
White with #AAAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA91; }
p { color: rgb(170,170,145); }
H1.HeaderClassName
{
color: #AAAA91;
}
.AnyTagClassName
{
color: #AAAA91;
}
</style>
background-color css
<style>
a { background-color: #AAAA91; }
a { background-color: rgb(170,170,145); }
div.DivClassName
{
background-color: #AAAA91;
}
.BgClassName
{
background-color: #AAAA91;
}
</style>
border-color css
<style>
span { border-color: #AAAA91; }
span { border-color: rgb(170,170,145); }
td.TdClassName
{
border-color: #AAAA91;
}
.TagClassName
{
border-color: #AAAA91;
}
</style>