Shades of Bud #AAAE8F
Tints of Bud #AAAE8F
RGB
CMYK
RGB Variations
Color information
#AAAE8F (or 0xAAAE8F) is known color: Bud. HEX triplet: AA, AE and 8F. RGB value is (170,174,143). Sum of RGB (Red+Green+Blue) = 170+174+143=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE8F is #555170. Grayscale: #A9A9A9. Windows color (decimal): -5591409 or 9416362. OLE color: 9416362.
HSL color Cylindrical-coordinate representation of color #AAAE8F: hue angle of 67.74º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAAE8F is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 143 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.32 |
| HSL | 67.74º | 0.16% | 0.62% | - |
| HSV(B) | 67.74º | 0.18% | 0.68% | - |
| XYZ | 36.67 | 40.8 | 31.93 | - |
| YUV | 169.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 143 | 0.02 | 0 | 0.18 | 0.32 | 67.74 | 0.16 | 0.62 |
| Hex | AA | AE | 8F | 2 | 0 | 12 | 20 | 44 | 10 | 3E |
| Octal | 252 | 256 | 217 | 2 | 0 | 22 | 40 | 104 | 20 | 76 |
| Binary | 10101010 | 10101110 | 10001111 | 10 | 0 | 10010 | 100000 | 1000100 | 10000 | 111110 |
Color Harmonies of #AAAE8F
Complementary color
Monochromatic Colors of #AAAE8F
Black with #AAAE8F
Text Example
Text Example
White with #AAAE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE8F; }
p { color: rgb(170,174,143); }
H1.HeaderClassName
{
color: #AAAE8F;
}
.AnyTagClassName
{
color: #AAAE8F;
}
</style>
background-color css
<style>
a { background-color: #AAAE8F; }
a { background-color: rgb(170,174,143); }
div.DivClassName
{
background-color: #AAAE8F;
}
.BgClassName
{
background-color: #AAAE8F;
}
</style>
border-color css
<style>
span { border-color: #AAAE8F; }
span { border-color: rgb(170,174,143); }
td.TdClassName
{
border-color: #AAAE8F;
}
.TagClassName
{
border-color: #AAAE8F;
}
</style>