Shades of Brass #AAA937
Tints of Brass #AAA937
RGB
CMYK
RGB Variations
Color information
#AAA937 (or 0xAAA937) is known color: Brass. HEX triplet: AA, A9 and 37. RGB value is (170,169,55). Sum of RGB (Red+Green+Blue) = 170+169+55=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 55 (21.88% from 255 or 13.96% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA937 is #5556C8. Grayscale: #9C9C9C. Windows color (decimal): -5592777 or 3647914. OLE color: 3647914.
HSL color Cylindrical-coordinate representation of color #AAA937: hue angle of 59.48º 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 #AAA937 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 55 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.33 |
| HSL | 59.48º | 0.51% | 0.44% | - |
| HSV(B) | 59.48º | 0.68% | 0.67% | - |
| XYZ | 31.46 | 37.2 | 9.14 | - |
| YUV | 156.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 55 | 0 | 0.01 | 0.68 | 0.33 | 59.48 | 0.51 | 0.44 |
| Hex | AA | A9 | 37 | 0 | 1 | 44 | 21 | 3B | 33 | 2C |
| Octal | 252 | 251 | 67 | 0 | 1 | 104 | 41 | 73 | 63 | 54 |
| Binary | 10101010 | 10101001 | 110111 | 0 | 1 | 1000100 | 100001 | 111011 | 110011 | 101100 |
Color Harmonies of #AAA937
Complementary color
Monochromatic Colors of #AAA937
Black with #AAA937
Text Example
Text Example
White with #AAA937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA937; }
p { color: rgb(170,169,55); }
H1.HeaderClassName
{
color: #AAA937;
}
.AnyTagClassName
{
color: #AAA937;
}
</style>
background-color css
<style>
a { background-color: #AAA937; }
a { background-color: rgb(170,169,55); }
div.DivClassName
{
background-color: #AAA937;
}
.BgClassName
{
background-color: #AAA937;
}
</style>
border-color css
<style>
span { border-color: #AAA937; }
span { border-color: rgb(170,169,55); }
td.TdClassName
{
border-color: #AAA937;
}
.TagClassName
{
border-color: #AAA937;
}
</style>