Shades of Brass #AAA137
Tints of Brass #AAA137
RGB
CMYK
RGB Variations
Color information
#AAA137 (or 0xAAA137) is known color: Brass. HEX triplet: AA, A1 and 37. RGB value is (170,161,55). Sum of RGB (Red+Green+Blue) = 170+161+55=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA137 is #555EC8. Grayscale: #989898. Windows color (decimal): -5594825 or 3645866. OLE color: 3645866.
HSL color Cylindrical-coordinate representation of color #AAA137: hue angle of 55.3º 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 #AAA137 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 55 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.33 |
| HSL | 55.3º | 0.51% | 0.44% | - |
| HSV(B) | 55.3º | 0.68% | 0.67% | - |
| XYZ | 30.01 | 34.31 | 8.66 | - |
| YUV | 151.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 55 | 0 | 0.05 | 0.68 | 0.33 | 55.3 | 0.51 | 0.44 |
| Hex | AA | A1 | 37 | 0 | 5 | 44 | 21 | 37 | 33 | 2C |
| Octal | 252 | 241 | 67 | 0 | 5 | 104 | 41 | 67 | 63 | 54 |
| Binary | 10101010 | 10100001 | 110111 | 0 | 101 | 1000100 | 100001 | 110111 | 110011 | 101100 |
Color Harmonies of #AAA137
Complementary color
Monochromatic Colors of #AAA137
Black with #AAA137
Text Example
Text Example
White with #AAA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA137; }
p { color: rgb(170,161,55); }
H1.HeaderClassName
{
color: #AAA137;
}
.AnyTagClassName
{
color: #AAA137;
}
</style>
background-color css
<style>
a { background-color: #AAA137; }
a { background-color: rgb(170,161,55); }
div.DivClassName
{
background-color: #AAA137;
}
.BgClassName
{
background-color: #AAA137;
}
</style>
border-color css
<style>
span { border-color: #AAA137; }
span { border-color: rgb(170,161,55); }
td.TdClassName
{
border-color: #AAA137;
}
.TagClassName
{
border-color: #AAA137;
}
</style>