Shades of Brass #AAA94E
Tints of Brass #AAA94E
RGB
CMYK
RGB Variations
Color information
#AAA94E (or 0xAAA94E) is known color: Brass. HEX triplet: AA, A9 and 4E. RGB value is (170,169,78). Sum of RGB (Red+Green+Blue) = 170+169+78=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA94E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA94E is #5556B1. Grayscale: #9F9F9F. Windows color (decimal): -5592754 or 5155242. OLE color: 5155242.
HSL color Cylindrical-coordinate representation of color #AAA94E: hue angle of 59.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAA94E is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 78 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.33 |
| HSL | 59.35º | 0.37% | 0.49% | - |
| HSV(B) | 59.35º | 0.54% | 0.67% | - |
| XYZ | 32.14 | 37.47 | 12.75 | - |
| YUV | 158.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 78 | 0 | 0.01 | 0.54 | 0.33 | 59.35 | 0.37 | 0.49 |
| Hex | AA | A9 | 4E | 0 | 1 | 36 | 21 | 3B | 25 | 31 |
| Octal | 252 | 251 | 116 | 0 | 1 | 66 | 41 | 73 | 45 | 61 |
| Binary | 10101010 | 10101001 | 1001110 | 0 | 1 | 110110 | 100001 | 111011 | 100101 | 110001 |
Color Harmonies of #AAA94E
Complementary color
Monochromatic Colors of #AAA94E
Black with #AAA94E
Text Example
Text Example
White with #AAA94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA94E; }
p { color: rgb(170,169,78); }
H1.HeaderClassName
{
color: #AAA94E;
}
.AnyTagClassName
{
color: #AAA94E;
}
</style>
background-color css
<style>
a { background-color: #AAA94E; }
a { background-color: rgb(170,169,78); }
div.DivClassName
{
background-color: #AAA94E;
}
.BgClassName
{
background-color: #AAA94E;
}
</style>
border-color css
<style>
span { border-color: #AAA94E; }
span { border-color: rgb(170,169,78); }
td.TdClassName
{
border-color: #AAA94E;
}
.TagClassName
{
border-color: #AAA94E;
}
</style>