Shades of Brass #AAA132
Tints of Brass #AAA132
RGB
CMYK
RGB Variations
Color information
#AAA132 (or 0xAAA132) is known color: Brass. HEX triplet: AA, A1 and 32. RGB value is (170,161,50). Sum of RGB (Red+Green+Blue) = 170+161+50=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA132 is #555ECD. Grayscale: #979797. Windows color (decimal): -5594830 or 3318186. OLE color: 3318186.
HSL color Cylindrical-coordinate representation of color #AAA132: hue angle of 55.5º 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 #AAA132 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 50 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.33 |
| HSL | 55.5º | 0.55% | 0.43% | - |
| HSV(B) | 55.5º | 0.71% | 0.67% | - |
| XYZ | 29.9 | 34.27 | 8.06 | - |
| YUV | 151.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 50 | 0 | 0.05 | 0.71 | 0.33 | 55.5 | 0.55 | 0.43 |
| Hex | AA | A1 | 32 | 0 | 5 | 47 | 21 | 38 | 37 | 2B |
| Octal | 252 | 241 | 62 | 0 | 5 | 107 | 41 | 70 | 67 | 53 |
| Binary | 10101010 | 10100001 | 110010 | 0 | 101 | 1000111 | 100001 | 111000 | 110111 | 101011 |
Color Harmonies of #AAA132
Complementary color
Monochromatic Colors of #AAA132
Black with #AAA132
Text Example
Text Example
White with #AAA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA132; }
p { color: rgb(170,161,50); }
H1.HeaderClassName
{
color: #AAA132;
}
.AnyTagClassName
{
color: #AAA132;
}
</style>
background-color css
<style>
a { background-color: #AAA132; }
a { background-color: rgb(170,161,50); }
div.DivClassName
{
background-color: #AAA132;
}
.BgClassName
{
background-color: #AAA132;
}
</style>
border-color css
<style>
span { border-color: #AAA132; }
span { border-color: rgb(170,161,50); }
td.TdClassName
{
border-color: #AAA132;
}
.TagClassName
{
border-color: #AAA132;
}
</style>