Shades of Brass #AAA949
Tints of Brass #AAA949
RGB
CMYK
RGB Variations
Color information
#AAA949 (or 0xAAA949) is known color: Brass. HEX triplet: AA, A9 and 49. RGB value is (170,169,73). Sum of RGB (Red+Green+Blue) = 170+169+73=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA949 is #5556B6. Grayscale: #9E9E9E. Windows color (decimal): -5592759 or 4827562. OLE color: 4827562.
HSL color Cylindrical-coordinate representation of color #AAA949: hue angle of 59.38º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAA949 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 73 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.33 |
| HSL | 59.38º | 0.4% | 0.48% | - |
| HSV(B) | 59.38º | 0.57% | 0.67% | - |
| XYZ | 31.97 | 37.4 | 11.84 | - |
| YUV | 158.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 73 | 0 | 0.01 | 0.57 | 0.33 | 59.38 | 0.4 | 0.48 |
| Hex | AA | A9 | 49 | 0 | 1 | 39 | 21 | 3B | 28 | 30 |
| Octal | 252 | 251 | 111 | 0 | 1 | 71 | 41 | 73 | 50 | 60 |
| Binary | 10101010 | 10101001 | 1001001 | 0 | 1 | 111001 | 100001 | 111011 | 101000 | 110000 |
Color Harmonies of #AAA949
Complementary color
Monochromatic Colors of #AAA949
Black with #AAA949
Text Example
Text Example
White with #AAA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA949; }
p { color: rgb(170,169,73); }
H1.HeaderClassName
{
color: #AAA949;
}
.AnyTagClassName
{
color: #AAA949;
}
</style>
background-color css
<style>
a { background-color: #AAA949; }
a { background-color: rgb(170,169,73); }
div.DivClassName
{
background-color: #AAA949;
}
.BgClassName
{
background-color: #AAA949;
}
</style>
border-color css
<style>
span { border-color: #AAA949; }
span { border-color: rgb(170,169,73); }
td.TdClassName
{
border-color: #AAA949;
}
.TagClassName
{
border-color: #AAA949;
}
</style>