Shades of Bud #AAAB89
Tints of Bud #AAAB89
RGB
CMYK
RGB Variations
Color information
#AAAB89 (or 0xAAAB89) is known color: Bud. HEX triplet: AA, AB and 89. RGB value is (170,171,137). Sum of RGB (Red+Green+Blue) = 170+171+137=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB89 is #555476. Grayscale: #A6A6A6. Windows color (decimal): -5592183 or 9022378. OLE color: 9022378.
HSL color Cylindrical-coordinate representation of color #AAAB89: hue angle of 61.76º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAAB89 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 137 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.33 |
| HSL | 61.76º | 0.17% | 0.6% | - |
| HSV(B) | 61.76º | 0.2% | 0.67% | - |
| XYZ | 35.66 | 39.48 | 29.41 | - |
| YUV | 166.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 137 | 0.01 | 0 | 0.20 | 0.33 | 61.76 | 0.17 | 0.6 |
| Hex | AA | AB | 89 | 1 | 0 | 14 | 21 | 3E | 11 | 3C |
| Octal | 252 | 253 | 211 | 1 | 0 | 24 | 41 | 76 | 21 | 74 |
| Binary | 10101010 | 10101011 | 10001001 | 1 | 0 | 10100 | 100001 | 111110 | 10001 | 111100 |
Color Harmonies of #AAAB89
Complementary color
Monochromatic Colors of #AAAB89
Black with #AAAB89
Text Example
Text Example
White with #AAAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB89; }
p { color: rgb(170,171,137); }
H1.HeaderClassName
{
color: #AAAB89;
}
.AnyTagClassName
{
color: #AAAB89;
}
</style>
background-color css
<style>
a { background-color: #AAAB89; }
a { background-color: rgb(170,171,137); }
div.DivClassName
{
background-color: #AAAB89;
}
.BgClassName
{
background-color: #AAAB89;
}
</style>
border-color css
<style>
span { border-color: #AAAB89; }
span { border-color: rgb(170,171,137); }
td.TdClassName
{
border-color: #AAAB89;
}
.TagClassName
{
border-color: #AAAB89;
}
</style>