Shades of Brass #AAA332
Tints of Brass #AAA332
RGB
CMYK
RGB Variations
Color information
#AAA332 (or 0xAAA332) is known color: Brass. HEX triplet: AA, A3 and 32. RGB value is (170,163,50). Sum of RGB (Red+Green+Blue) = 170+163+50=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA332 is #555CCD. Grayscale: #989898. Windows color (decimal): -5594318 or 3318698. OLE color: 3318698.
HSL color Cylindrical-coordinate representation of color #AAA332: hue angle of 56.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 #AAA332 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 50 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.33 |
| HSL | 56.5º | 0.55% | 0.43% | - |
| HSV(B) | 56.5º | 0.71% | 0.67% | - |
| XYZ | 30.25 | 34.97 | 8.17 | - |
| YUV | 152.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 50 | 0 | 0.04 | 0.71 | 0.33 | 56.5 | 0.55 | 0.43 |
| Hex | AA | A3 | 32 | 0 | 4 | 47 | 21 | 38 | 37 | 2B |
| Octal | 252 | 243 | 62 | 0 | 4 | 107 | 41 | 70 | 67 | 53 |
| Binary | 10101010 | 10100011 | 110010 | 0 | 100 | 1000111 | 100001 | 111000 | 110111 | 101011 |
Color Harmonies of #AAA332
Complementary color
Monochromatic Colors of #AAA332
Black with #AAA332
Text Example
Text Example
White with #AAA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA332; }
p { color: rgb(170,163,50); }
H1.HeaderClassName
{
color: #AAA332;
}
.AnyTagClassName
{
color: #AAA332;
}
</style>
background-color css
<style>
a { background-color: #AAA332; }
a { background-color: rgb(170,163,50); }
div.DivClassName
{
background-color: #AAA332;
}
.BgClassName
{
background-color: #AAA332;
}
</style>
border-color css
<style>
span { border-color: #AAA332; }
span { border-color: rgb(170,163,50); }
td.TdClassName
{
border-color: #AAA332;
}
.TagClassName
{
border-color: #AAA332;
}
</style>