Shades of Brass #AA9C3A
Tints of Brass #AA9C3A
RGB
CMYK
RGB Variations
Color information
#AA9C3A (or 0xAA9C3A) is known color: Brass. HEX triplet: AA, 9C and 3A. RGB value is (170,156,58). Sum of RGB (Red+Green+Blue) = 170+156+58=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C3A is #5563C5. Grayscale: #959595. Windows color (decimal): -5596102 or 3841194. OLE color: 3841194.
HSL color Cylindrical-coordinate representation of color #AA9C3A: hue angle of 52.5º degrees, saturation: 0.49, 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 #AA9C3A is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 58 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.33 |
| HSL | 52.5º | 0.49% | 0.45% | - |
| HSV(B) | 52.5º | 0.66% | 0.67% | - |
| XYZ | 29.23 | 32.63 | 8.76 | - |
| YUV | 149.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 58 | 0 | 0.08 | 0.66 | 0.33 | 52.5 | 0.49 | 0.45 |
| Hex | AA | 9C | 3A | 0 | 8 | 42 | 21 | 34 | 31 | 2D |
| Octal | 252 | 234 | 72 | 0 | 10 | 102 | 41 | 64 | 61 | 55 |
| Binary | 10101010 | 10011100 | 111010 | 0 | 1000 | 1000010 | 100001 | 110100 | 110001 | 101101 |
Color Harmonies of #AA9C3A
Complementary color
Monochromatic Colors of #AA9C3A
Black with #AA9C3A
Text Example
Text Example
White with #AA9C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C3A; }
p { color: rgb(170,156,58); }
H1.HeaderClassName
{
color: #AA9C3A;
}
.AnyTagClassName
{
color: #AA9C3A;
}
</style>
background-color css
<style>
a { background-color: #AA9C3A; }
a { background-color: rgb(170,156,58); }
div.DivClassName
{
background-color: #AA9C3A;
}
.BgClassName
{
background-color: #AA9C3A;
}
</style>
border-color css
<style>
span { border-color: #AA9C3A; }
span { border-color: rgb(170,156,58); }
td.TdClassName
{
border-color: #AA9C3A;
}
.TagClassName
{
border-color: #AA9C3A;
}
</style>