Shades of Bud #AAB189
Tints of Bud #AAB189
RGB
CMYK
RGB Variations
Color information
#AAB189 (or 0xAAB189) is known color: Bud. HEX triplet: AA, B1 and 89. RGB value is (170,177,137). Sum of RGB (Red+Green+Blue) = 170+177+137=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB189 is #554E76. Grayscale: #AAAAAA. Windows color (decimal): -5590647 or 9023914. OLE color: 9023914.
HSL color Cylindrical-coordinate representation of color #AAB189: hue angle of 70.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB189 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 137 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.31 |
| HSL | 70.5º | 0.2% | 0.62% | - |
| HSV(B) | 70.5º | 0.23% | 0.69% | - |
| XYZ | 36.82 | 41.8 | 29.79 | - |
| YUV | 170.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 137 | 0.04 | 0 | 0.23 | 0.31 | 70.5 | 0.2 | 0.62 |
| Hex | AA | B1 | 89 | 4 | 0 | 17 | 1F | 46 | 14 | 3E |
| Octal | 252 | 261 | 211 | 4 | 0 | 27 | 37 | 106 | 24 | 76 |
| Binary | 10101010 | 10110001 | 10001001 | 100 | 0 | 10111 | 11111 | 1000110 | 10100 | 111110 |
Color Harmonies of #AAB189
Complementary color
Monochromatic Colors of #AAB189
Black with #AAB189
Text Example
Text Example
White with #AAB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB189; }
p { color: rgb(170,177,137); }
H1.HeaderClassName
{
color: #AAB189;
}
.AnyTagClassName
{
color: #AAB189;
}
</style>
background-color css
<style>
a { background-color: #AAB189; }
a { background-color: rgb(170,177,137); }
div.DivClassName
{
background-color: #AAB189;
}
.BgClassName
{
background-color: #AAB189;
}
</style>
border-color css
<style>
span { border-color: #AAB189; }
span { border-color: rgb(170,177,137); }
td.TdClassName
{
border-color: #AAB189;
}
.TagClassName
{
border-color: #AAB189;
}
</style>