Shades of Brass #AAAC37
Tints of Brass #AAAC37
RGB
CMYK
RGB Variations
Color information
#AAAC37 (or 0xAAAC37) is known color: Brass. HEX triplet: AA, AC and 37. RGB value is (170,172,55). Sum of RGB (Red+Green+Blue) = 170+172+55=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC37 is #5553C8. Grayscale: #9E9E9E. Windows color (decimal): -5592009 or 3648682. OLE color: 3648682.
HSL color Cylindrical-coordinate representation of color #AAAC37: hue angle of 61.03º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAAC37 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 55 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.33 |
| HSL | 61.03º | 0.52% | 0.45% | - |
| HSV(B) | 61.03º | 0.68% | 0.67% | - |
| XYZ | 32.02 | 38.33 | 9.32 | - |
| YUV | 158.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 55 | 0.01 | 0 | 0.68 | 0.33 | 61.03 | 0.52 | 0.45 |
| Hex | AA | AC | 37 | 1 | 0 | 44 | 21 | 3D | 34 | 2D |
| Octal | 252 | 254 | 67 | 1 | 0 | 104 | 41 | 75 | 64 | 55 |
| Binary | 10101010 | 10101100 | 110111 | 1 | 0 | 1000100 | 100001 | 111101 | 110100 | 101101 |
Color Harmonies of #AAAC37
Complementary color
Monochromatic Colors of #AAAC37
Black with #AAAC37
Text Example
Text Example
White with #AAAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC37; }
p { color: rgb(170,172,55); }
H1.HeaderClassName
{
color: #AAAC37;
}
.AnyTagClassName
{
color: #AAAC37;
}
</style>
background-color css
<style>
a { background-color: #AAAC37; }
a { background-color: rgb(170,172,55); }
div.DivClassName
{
background-color: #AAAC37;
}
.BgClassName
{
background-color: #AAAC37;
}
</style>
border-color css
<style>
span { border-color: #AAAC37; }
span { border-color: rgb(170,172,55); }
td.TdClassName
{
border-color: #AAAC37;
}
.TagClassName
{
border-color: #AAAC37;
}
</style>