Shades of Brass #AAA048
Tints of Brass #AAA048
RGB
CMYK
RGB Variations
Color information
#AAA048 (or 0xAAA048) is known color: Brass. HEX triplet: AA, A0 and 48. RGB value is (170,160,72). Sum of RGB (Red+Green+Blue) = 170+160+72=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA048 is #555FB7. Grayscale: #999999. Windows color (decimal): -5595064 or 4759722. OLE color: 4759722.
HSL color Cylindrical-coordinate representation of color #AAA048: hue angle of 53.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAA048 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 72 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.33 |
| HSL | 53.88º | 0.4% | 0.47% | - |
| HSV(B) | 53.88º | 0.58% | 0.67% | - |
| XYZ | 30.32 | 34.16 | 11.13 | - |
| YUV | 152.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 72 | 0 | 0.06 | 0.58 | 0.33 | 53.88 | 0.4 | 0.47 |
| Hex | AA | A0 | 48 | 0 | 6 | 3A | 21 | 36 | 28 | 2F |
| Octal | 252 | 240 | 110 | 0 | 6 | 72 | 41 | 66 | 50 | 57 |
| Binary | 10101010 | 10100000 | 1001000 | 0 | 110 | 111010 | 100001 | 110110 | 101000 | 101111 |
Color Harmonies of #AAA048
Complementary color
Monochromatic Colors of #AAA048
Black with #AAA048
Text Example
Text Example
White with #AAA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA048; }
p { color: rgb(170,160,72); }
H1.HeaderClassName
{
color: #AAA048;
}
.AnyTagClassName
{
color: #AAA048;
}
</style>
background-color css
<style>
a { background-color: #AAA048; }
a { background-color: rgb(170,160,72); }
div.DivClassName
{
background-color: #AAA048;
}
.BgClassName
{
background-color: #AAA048;
}
</style>
border-color css
<style>
span { border-color: #AAA048; }
span { border-color: rgb(170,160,72); }
td.TdClassName
{
border-color: #AAA048;
}
.TagClassName
{
border-color: #AAA048;
}
</style>