Shades of Bud #AAAE8A
Tints of Bud #AAAE8A
RGB
CMYK
RGB Variations
Color information
#AAAE8A (or 0xAAAE8A) is known color: Bud. HEX triplet: AA, AE and 8A. RGB value is (170,174,138). Sum of RGB (Red+Green+Blue) = 170+174+138=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE8A is #555175. Grayscale: #A8A8A8. Windows color (decimal): -5591414 or 9088682. OLE color: 9088682.
HSL color Cylindrical-coordinate representation of color #AAAE8A: hue angle of 66.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAAE8A is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 138 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.32 |
| HSL | 66.67º | 0.18% | 0.61% | - |
| HSV(B) | 66.67º | 0.21% | 0.68% | - |
| XYZ | 36.3 | 40.65 | 29.98 | - |
| YUV | 168.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 138 | 0.02 | 0 | 0.21 | 0.32 | 66.67 | 0.18 | 0.61 |
| Hex | AA | AE | 8A | 2 | 0 | 15 | 20 | 43 | 12 | 3D |
| Octal | 252 | 256 | 212 | 2 | 0 | 25 | 40 | 103 | 22 | 75 |
| Binary | 10101010 | 10101110 | 10001010 | 10 | 0 | 10101 | 100000 | 1000011 | 10010 | 111101 |
Color Harmonies of #AAAE8A
Complementary color
Monochromatic Colors of #AAAE8A
Black with #AAAE8A
Text Example
Text Example
White with #AAAE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE8A; }
p { color: rgb(170,174,138); }
H1.HeaderClassName
{
color: #AAAE8A;
}
.AnyTagClassName
{
color: #AAAE8A;
}
</style>
background-color css
<style>
a { background-color: #AAAE8A; }
a { background-color: rgb(170,174,138); }
div.DivClassName
{
background-color: #AAAE8A;
}
.BgClassName
{
background-color: #AAAE8A;
}
</style>
border-color css
<style>
span { border-color: #AAAE8A; }
span { border-color: rgb(170,174,138); }
td.TdClassName
{
border-color: #AAAE8A;
}
.TagClassName
{
border-color: #AAAE8A;
}
</style>