Shades of Bud #AAAB91
Tints of Bud #AAAB91
RGB
CMYK
RGB Variations
Color information
#AAAB91 (or 0xAAAB91) is known color: Bud. HEX triplet: AA, AB and 91. RGB value is (170,171,145). Sum of RGB (Red+Green+Blue) = 170+171+145=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB91 is #55546E. Grayscale: #A7A7A7. Windows color (decimal): -5592175 or 9546666. OLE color: 9546666.
HSL color Cylindrical-coordinate representation of color #AAAB91: hue angle of 62.31º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAAB91 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 145 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.33 |
| HSL | 62.31º | 0.13% | 0.62% | - |
| HSV(B) | 62.31º | 0.15% | 0.67% | - |
| XYZ | 36.25 | 39.72 | 32.54 | - |
| YUV | 167.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 145 | 0.01 | 0 | 0.15 | 0.33 | 62.31 | 0.13 | 0.62 |
| Hex | AA | AB | 91 | 1 | 0 | F | 21 | 3E | D | 3E |
| Octal | 252 | 253 | 221 | 1 | 0 | 17 | 41 | 76 | 15 | 76 |
| Binary | 10101010 | 10101011 | 10010001 | 1 | 0 | 1111 | 100001 | 111110 | 1101 | 111110 |
Color Harmonies of #AAAB91
Complementary color
Monochromatic Colors of #AAAB91
Black with #AAAB91
Text Example
Text Example
White with #AAAB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB91; }
p { color: rgb(170,171,145); }
H1.HeaderClassName
{
color: #AAAB91;
}
.AnyTagClassName
{
color: #AAAB91;
}
</style>
background-color css
<style>
a { background-color: #AAAB91; }
a { background-color: rgb(170,171,145); }
div.DivClassName
{
background-color: #AAAB91;
}
.BgClassName
{
background-color: #AAAB91;
}
</style>
border-color css
<style>
span { border-color: #AAAB91; }
span { border-color: rgb(170,171,145); }
td.TdClassName
{
border-color: #AAAB91;
}
.TagClassName
{
border-color: #AAAB91;
}
</style>