Shades of Brass #AAA337
Tints of Brass #AAA337
RGB
CMYK
RGB Variations
Color information
#AAA337 (or 0xAAA337) is known color: Brass. HEX triplet: AA, A3 and 37. RGB value is (170,163,55). Sum of RGB (Red+Green+Blue) = 170+163+55=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA337 is #555CC8. Grayscale: #999999. Windows color (decimal): -5594313 or 3646378. OLE color: 3646378.
HSL color Cylindrical-coordinate representation of color #AAA337: hue angle of 56.35º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAA337 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 55 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.33 |
| HSL | 56.35º | 0.51% | 0.44% | - |
| HSV(B) | 56.35º | 0.68% | 0.67% | - |
| XYZ | 30.36 | 35.02 | 8.77 | - |
| YUV | 152.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 55 | 0 | 0.04 | 0.68 | 0.33 | 56.35 | 0.51 | 0.44 |
| Hex | AA | A3 | 37 | 0 | 4 | 44 | 21 | 38 | 33 | 2C |
| Octal | 252 | 243 | 67 | 0 | 4 | 104 | 41 | 70 | 63 | 54 |
| Binary | 10101010 | 10100011 | 110111 | 0 | 100 | 1000100 | 100001 | 111000 | 110011 | 101100 |
Color Harmonies of #AAA337
Complementary color
Monochromatic Colors of #AAA337
Black with #AAA337
Text Example
Text Example
White with #AAA337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA337; }
p { color: rgb(170,163,55); }
H1.HeaderClassName
{
color: #AAA337;
}
.AnyTagClassName
{
color: #AAA337;
}
</style>
background-color css
<style>
a { background-color: #AAA337; }
a { background-color: rgb(170,163,55); }
div.DivClassName
{
background-color: #AAA337;
}
.BgClassName
{
background-color: #AAA337;
}
</style>
border-color css
<style>
span { border-color: #AAA337; }
span { border-color: rgb(170,163,55); }
td.TdClassName
{
border-color: #AAA337;
}
.TagClassName
{
border-color: #AAA337;
}
</style>