Shades of Bud #AAAE8D
Tints of Bud #AAAE8D
RGB
CMYK
RGB Variations
Color information
#AAAE8D (or 0xAAAE8D) is known color: Bud. HEX triplet: AA, AE and 8D. RGB value is (170,174,141). Sum of RGB (Red+Green+Blue) = 170+174+141=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE8D is #555172. Grayscale: #A9A9A9. Windows color (decimal): -5591411 or 9285290. OLE color: 9285290.
HSL color Cylindrical-coordinate representation of color #AAAE8D: hue angle of 67.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAAE8D is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 141 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.32 |
| HSL | 67.27º | 0.17% | 0.62% | - |
| HSV(B) | 67.27º | 0.19% | 0.68% | - |
| XYZ | 36.52 | 40.74 | 31.14 | - |
| YUV | 169.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 141 | 0.02 | 0 | 0.19 | 0.32 | 67.27 | 0.17 | 0.62 |
| Hex | AA | AE | 8D | 2 | 0 | 13 | 20 | 43 | 11 | 3E |
| Octal | 252 | 256 | 215 | 2 | 0 | 23 | 40 | 103 | 21 | 76 |
| Binary | 10101010 | 10101110 | 10001101 | 10 | 0 | 10011 | 100000 | 1000011 | 10001 | 111110 |
Color Harmonies of #AAAE8D
Complementary color
Monochromatic Colors of #AAAE8D
Black with #AAAE8D
Text Example
Text Example
White with #AAAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE8D; }
p { color: rgb(170,174,141); }
H1.HeaderClassName
{
color: #AAAE8D;
}
.AnyTagClassName
{
color: #AAAE8D;
}
</style>
background-color css
<style>
a { background-color: #AAAE8D; }
a { background-color: rgb(170,174,141); }
div.DivClassName
{
background-color: #AAAE8D;
}
.BgClassName
{
background-color: #AAAE8D;
}
</style>
border-color css
<style>
span { border-color: #AAAE8D; }
span { border-color: rgb(170,174,141); }
td.TdClassName
{
border-color: #AAAE8D;
}
.TagClassName
{
border-color: #AAAE8D;
}
</style>