Shades of Bud #AAAE8C
Tints of Bud #AAAE8C
RGB
CMYK
RGB Variations
Color information
#AAAE8C (or 0xAAAE8C) is known color: Bud. HEX triplet: AA, AE and 8C. RGB value is (170,174,140). Sum of RGB (Red+Green+Blue) = 170+174+140=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE8C is #555173. Grayscale: #A9A9A9. Windows color (decimal): -5591412 or 9219754. OLE color: 9219754.
HSL color Cylindrical-coordinate representation of color #AAAE8C: hue angle of 67.06º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAAE8C is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 140 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.32 |
| HSL | 67.06º | 0.17% | 0.62% | - |
| HSV(B) | 67.06º | 0.2% | 0.68% | - |
| XYZ | 36.45 | 40.71 | 30.75 | - |
| YUV | 168.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 140 | 0.02 | 0 | 0.20 | 0.32 | 67.06 | 0.17 | 0.62 |
| Hex | AA | AE | 8C | 2 | 0 | 14 | 20 | 43 | 11 | 3E |
| Octal | 252 | 256 | 214 | 2 | 0 | 24 | 40 | 103 | 21 | 76 |
| Binary | 10101010 | 10101110 | 10001100 | 10 | 0 | 10100 | 100000 | 1000011 | 10001 | 111110 |
Color Harmonies of #AAAE8C
Complementary color
Monochromatic Colors of #AAAE8C
Black with #AAAE8C
Text Example
Text Example
White with #AAAE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE8C; }
p { color: rgb(170,174,140); }
H1.HeaderClassName
{
color: #AAAE8C;
}
.AnyTagClassName
{
color: #AAAE8C;
}
</style>
background-color css
<style>
a { background-color: #AAAE8C; }
a { background-color: rgb(170,174,140); }
div.DivClassName
{
background-color: #AAAE8C;
}
.BgClassName
{
background-color: #AAAE8C;
}
</style>
border-color css
<style>
span { border-color: #AAAE8C; }
span { border-color: rgb(170,174,140); }
td.TdClassName
{
border-color: #AAAE8C;
}
.TagClassName
{
border-color: #AAAE8C;
}
</style>