Shades of Brass #AAAC47
Tints of Brass #AAAC47
RGB
CMYK
RGB Variations
Color information
#AAAC47 (or 0xAAAC47) is known color: Brass. HEX triplet: AA, AC and 47. RGB value is (170,172,71). Sum of RGB (Red+Green+Blue) = 170+172+71=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC47 is #5553B8. Grayscale: #A0A0A0. Windows color (decimal): -5591993 or 4697258. OLE color: 4697258.
HSL color Cylindrical-coordinate representation of color #AAAC47: hue angle of 61.19º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAAC47 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 71 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.33 |
| HSL | 61.19º | 0.42% | 0.48% | - |
| HSV(B) | 61.19º | 0.59% | 0.67% | - |
| XYZ | 32.47 | 38.51 | 11.68 | - |
| YUV | 159.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 71 | 0.01 | 0 | 0.59 | 0.33 | 61.19 | 0.42 | 0.48 |
| Hex | AA | AC | 47 | 1 | 0 | 3B | 21 | 3D | 2A | 30 |
| Octal | 252 | 254 | 107 | 1 | 0 | 73 | 41 | 75 | 52 | 60 |
| Binary | 10101010 | 10101100 | 1000111 | 1 | 0 | 111011 | 100001 | 111101 | 101010 | 110000 |
Color Harmonies of #AAAC47
Complementary color
Monochromatic Colors of #AAAC47
Black with #AAAC47
Text Example
Text Example
White with #AAAC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC47; }
p { color: rgb(170,172,71); }
H1.HeaderClassName
{
color: #AAAC47;
}
.AnyTagClassName
{
color: #AAAC47;
}
</style>
background-color css
<style>
a { background-color: #AAAC47; }
a { background-color: rgb(170,172,71); }
div.DivClassName
{
background-color: #AAAC47;
}
.BgClassName
{
background-color: #AAAC47;
}
</style>
border-color css
<style>
span { border-color: #AAAC47; }
span { border-color: rgb(170,172,71); }
td.TdClassName
{
border-color: #AAAC47;
}
.TagClassName
{
border-color: #AAAC47;
}
</style>