Shades of Brass #AAA24A
Tints of Brass #AAA24A
RGB
CMYK
RGB Variations
Color information
#AAA24A (or 0xAAA24A) is known color: Brass. HEX triplet: AA, A2 and 4A. RGB value is (170,162,74). Sum of RGB (Red+Green+Blue) = 170+162+74=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA24A is #555DB5. Grayscale: #9A9A9A. Windows color (decimal): -5594550 or 4891306. OLE color: 4891306.
HSL color Cylindrical-coordinate representation of color #AAA24A: hue angle of 55º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAA24A is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 74 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.33 |
| HSL | 55º | 0.39% | 0.48% | - |
| HSV(B) | 55º | 0.56% | 0.67% | - |
| XYZ | 30.73 | 34.88 | 11.59 | - |
| YUV | 154.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 74 | 0 | 0.05 | 0.56 | 0.33 | 55 | 0.39 | 0.48 |
| Hex | AA | A2 | 4A | 0 | 5 | 38 | 21 | 37 | 27 | 30 |
| Octal | 252 | 242 | 112 | 0 | 5 | 70 | 41 | 67 | 47 | 60 |
| Binary | 10101010 | 10100010 | 1001010 | 0 | 101 | 111000 | 100001 | 110111 | 100111 | 110000 |
Color Harmonies of #AAA24A
Complementary color
Monochromatic Colors of #AAA24A
Black with #AAA24A
Text Example
Text Example
White with #AAA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA24A; }
p { color: rgb(170,162,74); }
H1.HeaderClassName
{
color: #AAA24A;
}
.AnyTagClassName
{
color: #AAA24A;
}
</style>
background-color css
<style>
a { background-color: #AAA24A; }
a { background-color: rgb(170,162,74); }
div.DivClassName
{
background-color: #AAA24A;
}
.BgClassName
{
background-color: #AAA24A;
}
</style>
border-color css
<style>
span { border-color: #AAA24A; }
span { border-color: rgb(170,162,74); }
td.TdClassName
{
border-color: #AAA24A;
}
.TagClassName
{
border-color: #AAA24A;
}
</style>