Shades of Brass #AA9E36
Tints of Brass #AA9E36
RGB
CMYK
RGB Variations
Color information
#AA9E36 (or 0xAA9E36) is known color: Brass. HEX triplet: AA, 9E and 36. RGB value is (170,158,54). Sum of RGB (Red+Green+Blue) = 170+158+54=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E36 is #5561C9. Grayscale: #969696. Windows color (decimal): -5595594 or 3579562. OLE color: 3579562.
HSL color Cylindrical-coordinate representation of color #AA9E36: hue angle of 53.79º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA9E36 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 54 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.33 |
| HSL | 53.79º | 0.52% | 0.44% | - |
| HSV(B) | 53.79º | 0.68% | 0.67% | - |
| XYZ | 29.47 | 33.27 | 8.36 | - |
| YUV | 149.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 54 | 0 | 0.07 | 0.68 | 0.33 | 53.79 | 0.52 | 0.44 |
| Hex | AA | 9E | 36 | 0 | 7 | 44 | 21 | 36 | 34 | 2C |
| Octal | 252 | 236 | 66 | 0 | 7 | 104 | 41 | 66 | 64 | 54 |
| Binary | 10101010 | 10011110 | 110110 | 0 | 111 | 1000100 | 100001 | 110110 | 110100 | 101100 |
Color Harmonies of #AA9E36
Complementary color
Monochromatic Colors of #AA9E36
Black with #AA9E36
Text Example
Text Example
White with #AA9E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E36; }
p { color: rgb(170,158,54); }
H1.HeaderClassName
{
color: #AA9E36;
}
.AnyTagClassName
{
color: #AA9E36;
}
</style>
background-color css
<style>
a { background-color: #AA9E36; }
a { background-color: rgb(170,158,54); }
div.DivClassName
{
background-color: #AA9E36;
}
.BgClassName
{
background-color: #AA9E36;
}
</style>
border-color css
<style>
span { border-color: #AA9E36; }
span { border-color: rgb(170,158,54); }
td.TdClassName
{
border-color: #AA9E36;
}
.TagClassName
{
border-color: #AA9E36;
}
</style>