Shades of Bud #AAAB9A
Tints of Bud #AAAB9A
RGB
CMYK
RGB Variations
Color information
#AAAB9A (or 0xAAAB9A) is known color: Bud. HEX triplet: AA, AB and 9A. RGB value is (170,171,154). Sum of RGB (Red+Green+Blue) = 170+171+154=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB9A is #555465. Grayscale: #A8A8A8. Windows color (decimal): -5592166 or 10136490. OLE color: 10136490.
HSL color Cylindrical-coordinate representation of color #AAAB9A: hue angle of 63.53º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAAB9A is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 154 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.33 |
| HSL | 63.53º | 0.09% | 0.64% | - |
| HSV(B) | 63.53º | 0.1% | 0.67% | - |
| XYZ | 36.97 | 40 | 36.34 | - |
| YUV | 168.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 154 | 0.01 | 0 | 0.10 | 0.33 | 63.53 | 0.09 | 0.64 |
| Hex | AA | AB | 9A | 1 | 0 | A | 21 | 40 | 9 | 40 |
| Octal | 252 | 253 | 232 | 1 | 0 | 12 | 41 | 100 | 11 | 100 |
| Binary | 10101010 | 10101011 | 10011010 | 1 | 0 | 1010 | 100001 | 1000000 | 1001 | 1000000 |
Color Harmonies of #AAAB9A
Complementary color
Monochromatic Colors of #AAAB9A
Black with #AAAB9A
Text Example
Text Example
White with #AAAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB9A; }
p { color: rgb(170,171,154); }
H1.HeaderClassName
{
color: #AAAB9A;
}
.AnyTagClassName
{
color: #AAAB9A;
}
</style>
background-color css
<style>
a { background-color: #AAAB9A; }
a { background-color: rgb(170,171,154); }
div.DivClassName
{
background-color: #AAAB9A;
}
.BgClassName
{
background-color: #AAAB9A;
}
</style>
border-color css
<style>
span { border-color: #AAAB9A; }
span { border-color: rgb(170,171,154); }
td.TdClassName
{
border-color: #AAAB9A;
}
.TagClassName
{
border-color: #AAAB9A;
}
</style>