Shades of Bud #AAAA90
Tints of Bud #AAAA90
RGB
CMYK
RGB Variations
Color information
#AAAA90 (or 0xAAAA90) is known color: Bud. HEX triplet: AA, AA and 90. RGB value is (170,170,144). Sum of RGB (Red+Green+Blue) = 170+170+144=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA90 is #55556F. Grayscale: #A7A7A7. Windows color (decimal): -5592432 or 9480874. OLE color: 9480874.
HSL color Cylindrical-coordinate representation of color #AAAA90: 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 #AAAA90 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 144 | - |
| CMYK | 0 | 0 | 0.15 | 0.33 |
| HSL | 60º | 0.13% | 0.62% | - |
| HSV(B) | 60º | 0.15% | 0.67% | - |
| XYZ | 35.99 | 39.31 | 32.08 | - |
| YUV | 167.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 144 | 0 | 0 | 0.15 | 0.33 | 60 | 0.13 | 0.62 |
| Hex | AA | AA | 90 | 0 | 0 | F | 21 | 3C | D | 3E |
| Octal | 252 | 252 | 220 | 0 | 0 | 17 | 41 | 74 | 15 | 76 |
| Binary | 10101010 | 10101010 | 10010000 | 0 | 0 | 1111 | 100001 | 111100 | 1101 | 111110 |
Color Harmonies of #AAAA90
Complementary color
Monochromatic Colors of #AAAA90
Black with #AAAA90
Text Example
Text Example
White with #AAAA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA90; }
p { color: rgb(170,170,144); }
H1.HeaderClassName
{
color: #AAAA90;
}
.AnyTagClassName
{
color: #AAAA90;
}
</style>
background-color css
<style>
a { background-color: #AAAA90; }
a { background-color: rgb(170,170,144); }
div.DivClassName
{
background-color: #AAAA90;
}
.BgClassName
{
background-color: #AAAA90;
}
</style>
border-color css
<style>
span { border-color: #AAAA90; }
span { border-color: rgb(170,170,144); }
td.TdClassName
{
border-color: #AAAA90;
}
.TagClassName
{
border-color: #AAAA90;
}
</style>