Shades of Bud #AAAF91
Tints of Bud #AAAF91
RGB
CMYK
RGB Variations
Color information
#AAAF91 (or 0xAAAF91) is known color: Bud. HEX triplet: AA, AF and 91. RGB value is (170,175,145). Sum of RGB (Red+Green+Blue) = 170+175+145=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF91 is #55506E. Grayscale: #AAAAAA. Windows color (decimal): -5591151 or 9547690. OLE color: 9547690.
HSL color Cylindrical-coordinate representation of color #AAAF91: hue angle of 70º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAAF91 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 145 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.31 |
| HSL | 70º | 0.16% | 0.63% | - |
| HSV(B) | 70º | 0.17% | 0.69% | - |
| XYZ | 37.02 | 41.25 | 32.8 | - |
| YUV | 170.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 145 | 0.03 | 0 | 0.17 | 0.31 | 70 | 0.16 | 0.63 |
| Hex | AA | AF | 91 | 3 | 0 | 11 | 1F | 46 | 10 | 3F |
| Octal | 252 | 257 | 221 | 3 | 0 | 21 | 37 | 106 | 20 | 77 |
| Binary | 10101010 | 10101111 | 10010001 | 11 | 0 | 10001 | 11111 | 1000110 | 10000 | 111111 |
Color Harmonies of #AAAF91
Complementary color
Monochromatic Colors of #AAAF91
Black with #AAAF91
Text Example
Text Example
White with #AAAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF91; }
p { color: rgb(170,175,145); }
H1.HeaderClassName
{
color: #AAAF91;
}
.AnyTagClassName
{
color: #AAAF91;
}
</style>
background-color css
<style>
a { background-color: #AAAF91; }
a { background-color: rgb(170,175,145); }
div.DivClassName
{
background-color: #AAAF91;
}
.BgClassName
{
background-color: #AAAF91;
}
</style>
border-color css
<style>
span { border-color: #AAAF91; }
span { border-color: rgb(170,175,145); }
td.TdClassName
{
border-color: #AAAF91;
}
.TagClassName
{
border-color: #AAAF91;
}
</style>