Shades of Bud #AAAA92
Tints of Bud #AAAA92
RGB
CMYK
RGB Variations
Color information
#AAAA92 (or 0xAAAA92) is known color: Bud. HEX triplet: AA, AA and 92. RGB value is (170,170,146). Sum of RGB (Red+Green+Blue) = 170+170+146=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA92 is #55556D. Grayscale: #A7A7A7. Windows color (decimal): -5592430 or 9611946. OLE color: 9611946.
HSL color Cylindrical-coordinate representation of color #AAAA92: hue angle of 60º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAAA92 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 146 | - |
| CMYK | 0 | 0 | 0.14 | 0.33 |
| HSL | 60º | 0.12% | 0.62% | - |
| HSV(B) | 60º | 0.14% | 0.67% | - |
| XYZ | 36.14 | 39.37 | 32.89 | - |
| YUV | 167.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 146 | 0 | 0 | 0.14 | 0.33 | 60 | 0.12 | 0.62 |
| Hex | AA | AA | 92 | 0 | 0 | E | 21 | 3C | C | 3E |
| Octal | 252 | 252 | 222 | 0 | 0 | 16 | 41 | 74 | 14 | 76 |
| Binary | 10101010 | 10101010 | 10010010 | 0 | 0 | 1110 | 100001 | 111100 | 1100 | 111110 |
Color Harmonies of #AAAA92
Complementary color
Monochromatic Colors of #AAAA92
Black with #AAAA92
Text Example
Text Example
White with #AAAA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA92; }
p { color: rgb(170,170,146); }
H1.HeaderClassName
{
color: #AAAA92;
}
.AnyTagClassName
{
color: #AAAA92;
}
</style>
background-color css
<style>
a { background-color: #AAAA92; }
a { background-color: rgb(170,170,146); }
div.DivClassName
{
background-color: #AAAA92;
}
.BgClassName
{
background-color: #AAAA92;
}
</style>
border-color css
<style>
span { border-color: #AAAA92; }
span { border-color: rgb(170,170,146); }
td.TdClassName
{
border-color: #AAAA92;
}
.TagClassName
{
border-color: #AAAA92;
}
</style>