Shades of Bud #AAAA94
Tints of Bud #AAAA94
RGB
CMYK
RGB Variations
Color information
#AAAA94 (or 0xAAAA94) is known color: Bud. HEX triplet: AA, AA and 94. RGB value is (170,170,148). Sum of RGB (Red+Green+Blue) = 170+170+148=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA94 is #55556B. Grayscale: #A7A7A7. Windows color (decimal): -5592428 or 9743018. OLE color: 9743018.
HSL color Cylindrical-coordinate representation of color #AAAA94: hue angle of 60º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAAA94 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 148 | - |
| CMYK | 0 | 0 | 0.13 | 0.33 |
| HSL | 60º | 0.11% | 0.62% | - |
| HSV(B) | 60º | 0.13% | 0.67% | - |
| XYZ | 36.3 | 39.43 | 33.72 | - |
| YUV | 167.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 148 | 0 | 0 | 0.13 | 0.33 | 60 | 0.11 | 0.62 |
| Hex | AA | AA | 94 | 0 | 0 | D | 21 | 3C | B | 3E |
| Octal | 252 | 252 | 224 | 0 | 0 | 15 | 41 | 74 | 13 | 76 |
| Binary | 10101010 | 10101010 | 10010100 | 0 | 0 | 1101 | 100001 | 111100 | 1011 | 111110 |
Color Harmonies of #AAAA94
Complementary color
Monochromatic Colors of #AAAA94
Black with #AAAA94
Text Example
Text Example
White with #AAAA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA94; }
p { color: rgb(170,170,148); }
H1.HeaderClassName
{
color: #AAAA94;
}
.AnyTagClassName
{
color: #AAAA94;
}
</style>
background-color css
<style>
a { background-color: #AAAA94; }
a { background-color: rgb(170,170,148); }
div.DivClassName
{
background-color: #AAAA94;
}
.BgClassName
{
background-color: #AAAA94;
}
</style>
border-color css
<style>
span { border-color: #AAAA94; }
span { border-color: rgb(170,170,148); }
td.TdClassName
{
border-color: #AAAA94;
}
.TagClassName
{
border-color: #AAAA94;
}
</style>