Shades of Bud #AAAA8D
Tints of Bud #AAAA8D
RGB
CMYK
RGB Variations
Color information
#AAAA8D (or 0xAAAA8D) is known color: Bud. HEX triplet: AA, AA and 8D. RGB value is (170,170,141). Sum of RGB (Red+Green+Blue) = 170+170+141=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA8D is #555572. Grayscale: #A6A6A6. Windows color (decimal): -5592435 or 9284266. OLE color: 9284266.
HSL color Cylindrical-coordinate representation of color #AAAA8D: hue angle of 60º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAAA8D is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 141 | - |
| CMYK | 0 | 0 | 0.17 | 0.33 |
| HSL | 60º | 0.15% | 0.61% | - |
| HSV(B) | 60º | 0.17% | 0.67% | - |
| XYZ | 35.76 | 39.22 | 30.88 | - |
| YUV | 166.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 141 | 0 | 0 | 0.17 | 0.33 | 60 | 0.15 | 0.61 |
| Hex | AA | AA | 8D | 0 | 0 | 11 | 21 | 3C | F | 3D |
| Octal | 252 | 252 | 215 | 0 | 0 | 21 | 41 | 74 | 17 | 75 |
| Binary | 10101010 | 10101010 | 10001101 | 0 | 0 | 10001 | 100001 | 111100 | 1111 | 111101 |
Color Harmonies of #AAAA8D
Complementary color
Monochromatic Colors of #AAAA8D
Black with #AAAA8D
Text Example
Text Example
White with #AAAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA8D; }
p { color: rgb(170,170,141); }
H1.HeaderClassName
{
color: #AAAA8D;
}
.AnyTagClassName
{
color: #AAAA8D;
}
</style>
background-color css
<style>
a { background-color: #AAAA8D; }
a { background-color: rgb(170,170,141); }
div.DivClassName
{
background-color: #AAAA8D;
}
.BgClassName
{
background-color: #AAAA8D;
}
</style>
border-color css
<style>
span { border-color: #AAAA8D; }
span { border-color: rgb(170,170,141); }
td.TdClassName
{
border-color: #AAAA8D;
}
.TagClassName
{
border-color: #AAAA8D;
}
</style>