Shades of Brass #AA9E45
Tints of Brass #AA9E45
RGB
CMYK
RGB Variations
Color information
#AA9E45 (or 0xAA9E45) is known color: Brass. HEX triplet: AA, 9E and 45. RGB value is (170,158,69). Sum of RGB (Red+Green+Blue) = 170+158+69=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E45 is #5561BA. Grayscale: #979797. Windows color (decimal): -5595579 or 4562602. OLE color: 4562602.
HSL color Cylindrical-coordinate representation of color #AA9E45: hue angle of 52.87º 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 #AA9E45 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 69 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.33 |
| HSL | 52.87º | 0.42% | 0.47% | - |
| HSV(B) | 52.87º | 0.59% | 0.67% | - |
| XYZ | 29.88 | 33.43 | 10.51 | - |
| YUV | 151.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 69 | 0 | 0.07 | 0.59 | 0.33 | 52.87 | 0.42 | 0.47 |
| Hex | AA | 9E | 45 | 0 | 7 | 3B | 21 | 35 | 2A | 2F |
| Octal | 252 | 236 | 105 | 0 | 7 | 73 | 41 | 65 | 52 | 57 |
| Binary | 10101010 | 10011110 | 1000101 | 0 | 111 | 111011 | 100001 | 110101 | 101010 | 101111 |
Color Harmonies of #AA9E45
Complementary color
Monochromatic Colors of #AA9E45
Black with #AA9E45
Text Example
Text Example
White with #AA9E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E45; }
p { color: rgb(170,158,69); }
H1.HeaderClassName
{
color: #AA9E45;
}
.AnyTagClassName
{
color: #AA9E45;
}
</style>
background-color css
<style>
a { background-color: #AA9E45; }
a { background-color: rgb(170,158,69); }
div.DivClassName
{
background-color: #AA9E45;
}
.BgClassName
{
background-color: #AA9E45;
}
</style>
border-color css
<style>
span { border-color: #AA9E45; }
span { border-color: rgb(170,158,69); }
td.TdClassName
{
border-color: #AA9E45;
}
.TagClassName
{
border-color: #AA9E45;
}
</style>