Shades of Brass #AA9C39
Tints of Brass #AA9C39
RGB
CMYK
RGB Variations
Color information
#AA9C39 (or 0xAA9C39) is known color: Brass. HEX triplet: AA, 9C and 39. RGB value is (170,156,57). Sum of RGB (Red+Green+Blue) = 170+156+57=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C39 is #5563C6. Grayscale: #959595. Windows color (decimal): -5596103 or 3775658. OLE color: 3775658.
HSL color Cylindrical-coordinate representation of color #AA9C39: hue angle of 52.57º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA9C39 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 57 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.33 |
| HSL | 52.57º | 0.5% | 0.45% | - |
| HSV(B) | 52.57º | 0.66% | 0.67% | - |
| XYZ | 29.2 | 32.62 | 8.63 | - |
| YUV | 148.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 57 | 0 | 0.08 | 0.66 | 0.33 | 52.57 | 0.5 | 0.45 |
| Hex | AA | 9C | 39 | 0 | 8 | 42 | 21 | 35 | 32 | 2D |
| Octal | 252 | 234 | 71 | 0 | 10 | 102 | 41 | 65 | 62 | 55 |
| Binary | 10101010 | 10011100 | 111001 | 0 | 1000 | 1000010 | 100001 | 110101 | 110010 | 101101 |
Color Harmonies of #AA9C39
Complementary color
Monochromatic Colors of #AA9C39
Black with #AA9C39
Text Example
Text Example
White with #AA9C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C39; }
p { color: rgb(170,156,57); }
H1.HeaderClassName
{
color: #AA9C39;
}
.AnyTagClassName
{
color: #AA9C39;
}
</style>
background-color css
<style>
a { background-color: #AA9C39; }
a { background-color: rgb(170,156,57); }
div.DivClassName
{
background-color: #AA9C39;
}
.BgClassName
{
background-color: #AA9C39;
}
</style>
border-color css
<style>
span { border-color: #AA9C39; }
span { border-color: rgb(170,156,57); }
td.TdClassName
{
border-color: #AA9C39;
}
.TagClassName
{
border-color: #AA9C39;
}
</style>