Shades of Brass #AAAB32
Tints of Brass #AAAB32
RGB
CMYK
RGB Variations
Color information
#AAAB32 (or 0xAAAB32) is known color: Brass. HEX triplet: AA, AB and 32. RGB value is (170,171,50). Sum of RGB (Red+Green+Blue) = 170+171+50=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB32 is #5554CD. Grayscale: #9D9D9D. Windows color (decimal): -5592270 or 3320746. OLE color: 3320746.
HSL color Cylindrical-coordinate representation of color #AAAB32: hue angle of 60.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 #AAAB32 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 50 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.33 |
| HSL | 60.5º | 0.55% | 0.43% | - |
| HSV(B) | 60.5º | 0.71% | 0.67% | - |
| XYZ | 31.72 | 37.9 | 8.66 | - |
| YUV | 156.91 | 67.67 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 50 | 0.01 | 0 | 0.71 | 0.33 | 60.5 | 0.55 | 0.43 |
| Hex | AA | AB | 32 | 1 | 0 | 47 | 21 | 3C | 37 | 2B |
| Octal | 252 | 253 | 62 | 1 | 0 | 107 | 41 | 74 | 67 | 53 |
| Binary | 10101010 | 10101011 | 110010 | 1 | 0 | 1000111 | 100001 | 111100 | 110111 | 101011 |
Color Harmonies of #AAAB32
Complementary color
Monochromatic Colors of #AAAB32
Black with #AAAB32
Text Example
Text Example
White with #AAAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB32; }
p { color: rgb(170,171,50); }
H1.HeaderClassName
{
color: #AAAB32;
}
.AnyTagClassName
{
color: #AAAB32;
}
</style>
background-color css
<style>
a { background-color: #AAAB32; }
a { background-color: rgb(170,171,50); }
div.DivClassName
{
background-color: #AAAB32;
}
.BgClassName
{
background-color: #AAAB32;
}
</style>
border-color css
<style>
span { border-color: #AAAB32; }
span { border-color: rgb(170,171,50); }
td.TdClassName
{
border-color: #AAAB32;
}
.TagClassName
{
border-color: #AAAB32;
}
</style>