Shades of Brass #AA9E46
Tints of Brass #AA9E46
RGB
CMYK
RGB Variations
Color information
#AA9E46 (or 0xAA9E46) is known color: Brass. HEX triplet: AA, 9E and 46. RGB value is (170,158,70). Sum of RGB (Red+Green+Blue) = 170+158+70=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E46 is #5561B9. Grayscale: #979797. Windows color (decimal): -5595578 or 4628138. OLE color: 4628138.
HSL color Cylindrical-coordinate representation of color #AA9E46: hue angle of 52.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA9E46 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 70 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.33 |
| HSL | 52.8º | 0.42% | 0.47% | - |
| HSV(B) | 52.8º | 0.59% | 0.67% | - |
| XYZ | 29.91 | 33.44 | 10.67 | - |
| YUV | 151.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 70 | 0 | 0.07 | 0.59 | 0.33 | 52.8 | 0.42 | 0.47 |
| Hex | AA | 9E | 46 | 0 | 7 | 3B | 21 | 35 | 2A | 2F |
| Octal | 252 | 236 | 106 | 0 | 7 | 73 | 41 | 65 | 52 | 57 |
| Binary | 10101010 | 10011110 | 1000110 | 0 | 111 | 111011 | 100001 | 110101 | 101010 | 101111 |
Color Harmonies of #AA9E46
Complementary color
Monochromatic Colors of #AA9E46
Black with #AA9E46
Text Example
Text Example
White with #AA9E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E46; }
p { color: rgb(170,158,70); }
H1.HeaderClassName
{
color: #AA9E46;
}
.AnyTagClassName
{
color: #AA9E46;
}
</style>
background-color css
<style>
a { background-color: #AA9E46; }
a { background-color: rgb(170,158,70); }
div.DivClassName
{
background-color: #AA9E46;
}
.BgClassName
{
background-color: #AA9E46;
}
</style>
border-color css
<style>
span { border-color: #AA9E46; }
span { border-color: rgb(170,158,70); }
td.TdClassName
{
border-color: #AA9E46;
}
.TagClassName
{
border-color: #AA9E46;
}
</style>