Shades of Brass #AAA133
Tints of Brass #AAA133
RGB
CMYK
RGB Variations
Color information
#AAA133 (or 0xAAA133) is known color: Brass. HEX triplet: AA, A1 and 33. RGB value is (170,161,51). Sum of RGB (Red+Green+Blue) = 170+161+51=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA133 is #555ECC. Grayscale: #979797. Windows color (decimal): -5594829 or 3383722. OLE color: 3383722.
HSL color Cylindrical-coordinate representation of color #AAA133: hue angle of 55.46º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAA133 is Cyan = 0, Magento = 0.05, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 51 | - |
| CMYK | 0 | 0.05 | 0.7 | 0.33 |
| HSL | 55.46º | 0.54% | 0.43% | - |
| HSV(B) | 55.46º | 0.7% | 0.67% | - |
| XYZ | 29.92 | 34.27 | 8.17 | - |
| YUV | 151.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 51 | 0 | 0.05 | 0.7 | 0.33 | 55.46 | 0.54 | 0.43 |
| Hex | AA | A1 | 33 | 0 | 5 | 46 | 21 | 37 | 36 | 2B |
| Octal | 252 | 241 | 63 | 0 | 5 | 106 | 41 | 67 | 66 | 53 |
| Binary | 10101010 | 10100001 | 110011 | 0 | 101 | 1000110 | 100001 | 110111 | 110110 | 101011 |
Color Harmonies of #AAA133
Complementary color
Monochromatic Colors of #AAA133
Black with #AAA133
Text Example
Text Example
White with #AAA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA133; }
p { color: rgb(170,161,51); }
H1.HeaderClassName
{
color: #AAA133;
}
.AnyTagClassName
{
color: #AAA133;
}
</style>
background-color css
<style>
a { background-color: #AAA133; }
a { background-color: rgb(170,161,51); }
div.DivClassName
{
background-color: #AAA133;
}
.BgClassName
{
background-color: #AAA133;
}
</style>
border-color css
<style>
span { border-color: #AAA133; }
span { border-color: rgb(170,161,51); }
td.TdClassName
{
border-color: #AAA133;
}
.TagClassName
{
border-color: #AAA133;
}
</style>