Shades of Bud #AAAB93
Tints of Bud #AAAB93
RGB
CMYK
RGB Variations
Color information
#AAAB93 (or 0xAAAB93) is known color: Bud. HEX triplet: AA, AB and 93. RGB value is (170,171,147). Sum of RGB (Red+Green+Blue) = 170+171+147=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB93 is #55546C. Grayscale: #A8A8A8. Windows color (decimal): -5592173 or 9677738. OLE color: 9677738.
HSL color Cylindrical-coordinate representation of color #AAAB93: hue angle of 62.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAAB93 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 147 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.33 |
| HSL | 62.5º | 0.13% | 0.62% | - |
| HSV(B) | 62.5º | 0.14% | 0.67% | - |
| XYZ | 36.41 | 39.78 | 33.36 | - |
| YUV | 167.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 147 | 0.01 | 0 | 0.14 | 0.33 | 62.5 | 0.13 | 0.62 |
| Hex | AA | AB | 93 | 1 | 0 | E | 21 | 3F | C | 3E |
| Octal | 252 | 253 | 223 | 1 | 0 | 16 | 41 | 77 | 14 | 76 |
| Binary | 10101010 | 10101011 | 10010011 | 1 | 0 | 1110 | 100001 | 111111 | 1100 | 111110 |
Color Harmonies of #AAAB93
Complementary color
Monochromatic Colors of #AAAB93
Black with #AAAB93
Text Example
Text Example
White with #AAAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB93; }
p { color: rgb(170,171,147); }
H1.HeaderClassName
{
color: #AAAB93;
}
.AnyTagClassName
{
color: #AAAB93;
}
</style>
background-color css
<style>
a { background-color: #AAAB93; }
a { background-color: rgb(170,171,147); }
div.DivClassName
{
background-color: #AAAB93;
}
.BgClassName
{
background-color: #AAAB93;
}
</style>
border-color css
<style>
span { border-color: #AAAB93; }
span { border-color: rgb(170,171,147); }
td.TdClassName
{
border-color: #AAAB93;
}
.TagClassName
{
border-color: #AAAB93;
}
</style>