Shades of Brass #AAA039
Tints of Brass #AAA039
RGB
CMYK
RGB Variations
Color information
#AAA039 (or 0xAAA039) is known color: Brass. HEX triplet: AA, A0 and 39. RGB value is (170,160,57). Sum of RGB (Red+Green+Blue) = 170+160+57=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA039 is #555FC6. Grayscale: #979797. Windows color (decimal): -5595079 or 3776682. OLE color: 3776682.
HSL color Cylindrical-coordinate representation of color #AAA039: hue angle of 54.69º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAA039 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 57 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.33 |
| HSL | 54.69º | 0.5% | 0.45% | - |
| HSV(B) | 54.69º | 0.66% | 0.67% | - |
| XYZ | 29.89 | 33.98 | 8.86 | - |
| YUV | 151.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 57 | 0 | 0.06 | 0.66 | 0.33 | 54.69 | 0.5 | 0.45 |
| Hex | AA | A0 | 39 | 0 | 6 | 42 | 21 | 37 | 32 | 2D |
| Octal | 252 | 240 | 71 | 0 | 6 | 102 | 41 | 67 | 62 | 55 |
| Binary | 10101010 | 10100000 | 111001 | 0 | 110 | 1000010 | 100001 | 110111 | 110010 | 101101 |
Color Harmonies of #AAA039
Complementary color
Monochromatic Colors of #AAA039
Black with #AAA039
Text Example
Text Example
White with #AAA039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA039; }
p { color: rgb(170,160,57); }
H1.HeaderClassName
{
color: #AAA039;
}
.AnyTagClassName
{
color: #AAA039;
}
</style>
background-color css
<style>
a { background-color: #AAA039; }
a { background-color: rgb(170,160,57); }
div.DivClassName
{
background-color: #AAA039;
}
.BgClassName
{
background-color: #AAA039;
}
</style>
border-color css
<style>
span { border-color: #AAA039; }
span { border-color: rgb(170,160,57); }
td.TdClassName
{
border-color: #AAA039;
}
.TagClassName
{
border-color: #AAA039;
}
</style>