Shades of Brass #AAA24C
Tints of Brass #AAA24C
RGB
CMYK
RGB Variations
Color information
#AAA24C (or 0xAAA24C) is known color: Brass. HEX triplet: AA, A2 and 4C. RGB value is (170,162,76). Sum of RGB (Red+Green+Blue) = 170+162+76=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA24C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA24C is #555DB3. Grayscale: #9A9A9A. Windows color (decimal): -5594548 or 5022378. OLE color: 5022378.
HSL color Cylindrical-coordinate representation of color #AAA24C: hue angle of 54.89º 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 #AAA24C is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 76 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.33 |
| HSL | 54.89º | 0.38% | 0.48% | - |
| HSV(B) | 54.89º | 0.55% | 0.67% | - |
| XYZ | 30.8 | 34.91 | 11.95 | - |
| YUV | 154.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 76 | 0 | 0.05 | 0.55 | 0.33 | 54.89 | 0.38 | 0.48 |
| Hex | AA | A2 | 4C | 0 | 5 | 37 | 21 | 37 | 26 | 30 |
| Octal | 252 | 242 | 114 | 0 | 5 | 67 | 41 | 67 | 46 | 60 |
| Binary | 10101010 | 10100010 | 1001100 | 0 | 101 | 110111 | 100001 | 110111 | 100110 | 110000 |
Color Harmonies of #AAA24C
Complementary color
Monochromatic Colors of #AAA24C
Black with #AAA24C
Text Example
Text Example
White with #AAA24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA24C; }
p { color: rgb(170,162,76); }
H1.HeaderClassName
{
color: #AAA24C;
}
.AnyTagClassName
{
color: #AAA24C;
}
</style>
background-color css
<style>
a { background-color: #AAA24C; }
a { background-color: rgb(170,162,76); }
div.DivClassName
{
background-color: #AAA24C;
}
.BgClassName
{
background-color: #AAA24C;
}
</style>
border-color css
<style>
span { border-color: #AAA24C; }
span { border-color: rgb(170,162,76); }
td.TdClassName
{
border-color: #AAA24C;
}
.TagClassName
{
border-color: #AAA24C;
}
</style>