Shades of Brass #AAA249
Tints of Brass #AAA249
RGB
CMYK
RGB Variations
Color information
#AAA249 (or 0xAAA249) is known color: Brass. HEX triplet: AA, A2 and 49. RGB value is (170,162,73). Sum of RGB (Red+Green+Blue) = 170+162+73=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA249 is #555DB6. Grayscale: #9A9A9A. Windows color (decimal): -5594551 or 4825770. OLE color: 4825770.
HSL color Cylindrical-coordinate representation of color #AAA249: hue angle of 55.05º 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 #AAA249 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 73 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.33 |
| HSL | 55.05º | 0.4% | 0.48% | - |
| HSV(B) | 55.05º | 0.57% | 0.67% | - |
| XYZ | 30.7 | 34.87 | 11.42 | - |
| YUV | 154.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 73 | 0 | 0.05 | 0.57 | 0.33 | 55.05 | 0.4 | 0.48 |
| Hex | AA | A2 | 49 | 0 | 5 | 39 | 21 | 37 | 28 | 30 |
| Octal | 252 | 242 | 111 | 0 | 5 | 71 | 41 | 67 | 50 | 60 |
| Binary | 10101010 | 10100010 | 1001001 | 0 | 101 | 111001 | 100001 | 110111 | 101000 | 110000 |
Color Harmonies of #AAA249
Complementary color
Monochromatic Colors of #AAA249
Black with #AAA249
Text Example
Text Example
White with #AAA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA249; }
p { color: rgb(170,162,73); }
H1.HeaderClassName
{
color: #AAA249;
}
.AnyTagClassName
{
color: #AAA249;
}
</style>
background-color css
<style>
a { background-color: #AAA249; }
a { background-color: rgb(170,162,73); }
div.DivClassName
{
background-color: #AAA249;
}
.BgClassName
{
background-color: #AAA249;
}
</style>
border-color css
<style>
span { border-color: #AAA249; }
span { border-color: rgb(170,162,73); }
td.TdClassName
{
border-color: #AAA249;
}
.TagClassName
{
border-color: #AAA249;
}
</style>