Shades of Brass #AAA232
Tints of Brass #AAA232
RGB
CMYK
RGB Variations
Color information
#AAA232 (or 0xAAA232) is known color: Brass. HEX triplet: AA, A2 and 32. RGB value is (170,162,50). Sum of RGB (Red+Green+Blue) = 170+162+50=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA232 is #555DCD. Grayscale: #989898. Windows color (decimal): -5594574 or 3318442. OLE color: 3318442.
HSL color Cylindrical-coordinate representation of color #AAA232: hue angle of 56º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAA232 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 50 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.33 |
| HSL | 56º | 0.55% | 0.43% | - |
| HSV(B) | 56º | 0.71% | 0.67% | - |
| XYZ | 30.07 | 34.62 | 8.11 | - |
| YUV | 151.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 50 | 0 | 0.05 | 0.71 | 0.33 | 56 | 0.55 | 0.43 |
| Hex | AA | A2 | 32 | 0 | 5 | 47 | 21 | 38 | 37 | 2B |
| Octal | 252 | 242 | 62 | 0 | 5 | 107 | 41 | 70 | 67 | 53 |
| Binary | 10101010 | 10100010 | 110010 | 0 | 101 | 1000111 | 100001 | 111000 | 110111 | 101011 |
Color Harmonies of #AAA232
Complementary color
Monochromatic Colors of #AAA232
Black with #AAA232
Text Example
Text Example
White with #AAA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA232; }
p { color: rgb(170,162,50); }
H1.HeaderClassName
{
color: #AAA232;
}
.AnyTagClassName
{
color: #AAA232;
}
</style>
background-color css
<style>
a { background-color: #AAA232; }
a { background-color: rgb(170,162,50); }
div.DivClassName
{
background-color: #AAA232;
}
.BgClassName
{
background-color: #AAA232;
}
</style>
border-color css
<style>
span { border-color: #AAA232; }
span { border-color: rgb(170,162,50); }
td.TdClassName
{
border-color: #AAA232;
}
.TagClassName
{
border-color: #AAA232;
}
</style>