Shades of Bud #AAAE93
Tints of Bud #AAAE93
RGB
CMYK
RGB Variations
Color information
#AAAE93 (or 0xAAAE93) is known color: Bud. HEX triplet: AA, AE and 93. RGB value is (170,174,147). Sum of RGB (Red+Green+Blue) = 170+174+147=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE93 is #55516C. Grayscale: #A9A9A9. Windows color (decimal): -5591405 or 9678506. OLE color: 9678506.
HSL color Cylindrical-coordinate representation of color #AAAE93: hue angle of 68.89º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAAE93 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 147 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.32 |
| HSL | 68.89º | 0.14% | 0.63% | - |
| HSV(B) | 68.89º | 0.16% | 0.68% | - |
| XYZ | 36.98 | 40.92 | 33.55 | - |
| YUV | 169.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 147 | 0.02 | 0 | 0.16 | 0.32 | 68.89 | 0.14 | 0.63 |
| Hex | AA | AE | 93 | 2 | 0 | 10 | 20 | 45 | E | 3F |
| Octal | 252 | 256 | 223 | 2 | 0 | 20 | 40 | 105 | 16 | 77 |
| Binary | 10101010 | 10101110 | 10010011 | 10 | 0 | 10000 | 100000 | 1000101 | 1110 | 111111 |
Color Harmonies of #AAAE93
Complementary color
Monochromatic Colors of #AAAE93
Black with #AAAE93
Text Example
Text Example
White with #AAAE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE93; }
p { color: rgb(170,174,147); }
H1.HeaderClassName
{
color: #AAAE93;
}
.AnyTagClassName
{
color: #AAAE93;
}
</style>
background-color css
<style>
a { background-color: #AAAE93; }
a { background-color: rgb(170,174,147); }
div.DivClassName
{
background-color: #AAAE93;
}
.BgClassName
{
background-color: #AAAE93;
}
</style>
border-color css
<style>
span { border-color: #AAAE93; }
span { border-color: rgb(170,174,147); }
td.TdClassName
{
border-color: #AAAE93;
}
.TagClassName
{
border-color: #AAAE93;
}
</style>