Shades of Brass #AAA24D
Tints of Brass #AAA24D
RGB
CMYK
RGB Variations
Color information
#AAA24D (or 0xAAA24D) is known color: Brass. HEX triplet: AA, A2 and 4D. RGB value is (170,162,77). Sum of RGB (Red+Green+Blue) = 170+162+77=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA24D is #555DB2. Grayscale: #9B9B9B. Windows color (decimal): -5594547 or 5087914. OLE color: 5087914.
HSL color Cylindrical-coordinate representation of color #AAA24D: hue angle of 54.84º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAA24D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 77 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.33 |
| HSL | 54.84º | 0.38% | 0.48% | - |
| HSV(B) | 54.84º | 0.55% | 0.67% | - |
| XYZ | 30.84 | 34.92 | 12.14 | - |
| YUV | 154.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 77 | 0 | 0.05 | 0.55 | 0.33 | 54.84 | 0.38 | 0.48 |
| Hex | AA | A2 | 4D | 0 | 5 | 37 | 21 | 37 | 26 | 30 |
| Octal | 252 | 242 | 115 | 0 | 5 | 67 | 41 | 67 | 46 | 60 |
| Binary | 10101010 | 10100010 | 1001101 | 0 | 101 | 110111 | 100001 | 110111 | 100110 | 110000 |
Color Harmonies of #AAA24D
Complementary color
Monochromatic Colors of #AAA24D
Black with #AAA24D
Text Example
Text Example
White with #AAA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA24D; }
p { color: rgb(170,162,77); }
H1.HeaderClassName
{
color: #AAA24D;
}
.AnyTagClassName
{
color: #AAA24D;
}
</style>
background-color css
<style>
a { background-color: #AAA24D; }
a { background-color: rgb(170,162,77); }
div.DivClassName
{
background-color: #AAA24D;
}
.BgClassName
{
background-color: #AAA24D;
}
</style>
border-color css
<style>
span { border-color: #AAA24D; }
span { border-color: rgb(170,162,77); }
td.TdClassName
{
border-color: #AAA24D;
}
.TagClassName
{
border-color: #AAA24D;
}
</style>