Shades of Bud #AAB289
Tints of Bud #AAB289
RGB
CMYK
RGB Variations
Color information
#AAB289 (or 0xAAB289) is known color: Bud. HEX triplet: AA, B2 and 89. RGB value is (170,178,137). Sum of RGB (Red+Green+Blue) = 170+178+137=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB289 is #554D76. Grayscale: #ABABAB. Windows color (decimal): -5590391 or 9024170. OLE color: 9024170.
HSL color Cylindrical-coordinate representation of color #AAB289: hue angle of 71.71º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB289 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 137 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.30 |
| HSL | 71.71º | 0.21% | 0.62% | - |
| HSV(B) | 71.71º | 0.23% | 0.7% | - |
| XYZ | 37.01 | 42.19 | 29.86 | - |
| YUV | 170.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 137 | 0.04 | 0 | 0.23 | 0.30 | 71.71 | 0.21 | 0.62 |
| Hex | AA | B2 | 89 | 4 | 0 | 17 | 1E | 48 | 15 | 3E |
| Octal | 252 | 262 | 211 | 4 | 0 | 27 | 36 | 110 | 25 | 76 |
| Binary | 10101010 | 10110010 | 10001001 | 100 | 0 | 10111 | 11110 | 1001000 | 10101 | 111110 |
Color Harmonies of #AAB289
Complementary color
Monochromatic Colors of #AAB289
Black with #AAB289
Text Example
Text Example
White with #AAB289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB289; }
p { color: rgb(170,178,137); }
H1.HeaderClassName
{
color: #AAB289;
}
.AnyTagClassName
{
color: #AAB289;
}
</style>
background-color css
<style>
a { background-color: #AAB289; }
a { background-color: rgb(170,178,137); }
div.DivClassName
{
background-color: #AAB289;
}
.BgClassName
{
background-color: #AAB289;
}
</style>
border-color css
<style>
span { border-color: #AAB289; }
span { border-color: rgb(170,178,137); }
td.TdClassName
{
border-color: #AAB289;
}
.TagClassName
{
border-color: #AAB289;
}
</style>