Shades of Bud #AAAB99
Tints of Bud #AAAB99
RGB
CMYK
RGB Variations
Color information
#AAAB99 (or 0xAAAB99) is known color: Bud. HEX triplet: AA, AB and 99. RGB value is (170,171,153). Sum of RGB (Red+Green+Blue) = 170+171+153=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB99 is #555466. Grayscale: #A8A8A8. Windows color (decimal): -5592167 or 10070954. OLE color: 10070954.
HSL color Cylindrical-coordinate representation of color #AAAB99: hue angle of 63.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAAB99 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 153 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.33 |
| HSL | 63.33º | 0.1% | 0.64% | - |
| HSV(B) | 63.33º | 0.11% | 0.67% | - |
| XYZ | 36.89 | 39.97 | 35.91 | - |
| YUV | 168.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 153 | 0.01 | 0 | 0.11 | 0.33 | 63.33 | 0.1 | 0.64 |
| Hex | AA | AB | 99 | 1 | 0 | B | 21 | 3F | A | 40 |
| Octal | 252 | 253 | 231 | 1 | 0 | 13 | 41 | 77 | 12 | 100 |
| Binary | 10101010 | 10101011 | 10011001 | 1 | 0 | 1011 | 100001 | 111111 | 1010 | 1000000 |
Color Harmonies of #AAAB99
Complementary color
Monochromatic Colors of #AAAB99
Black with #AAAB99
Text Example
Text Example
White with #AAAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB99; }
p { color: rgb(170,171,153); }
H1.HeaderClassName
{
color: #AAAB99;
}
.AnyTagClassName
{
color: #AAAB99;
}
</style>
background-color css
<style>
a { background-color: #AAAB99; }
a { background-color: rgb(170,171,153); }
div.DivClassName
{
background-color: #AAAB99;
}
.BgClassName
{
background-color: #AAAB99;
}
</style>
border-color css
<style>
span { border-color: #AAAB99; }
span { border-color: rgb(170,171,153); }
td.TdClassName
{
border-color: #AAAB99;
}
.TagClassName
{
border-color: #AAAB99;
}
</style>