Shades of Brass #AA9E40
Tints of Brass #AA9E40
RGB
CMYK
RGB Variations
Color information
#AA9E40 (or 0xAA9E40) is known color: Brass. HEX triplet: AA, 9E and 40. RGB value is (170,158,64). Sum of RGB (Red+Green+Blue) = 170+158+64=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E40 is #5561BF. Grayscale: #979797. Windows color (decimal): -5595584 or 4234922. OLE color: 4234922.
HSL color Cylindrical-coordinate representation of color #AA9E40: hue angle of 53.21º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA9E40 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 64 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.33 |
| HSL | 53.21º | 0.45% | 0.46% | - |
| HSV(B) | 53.21º | 0.62% | 0.67% | - |
| XYZ | 29.73 | 33.37 | 9.72 | - |
| YUV | 150.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 64 | 0 | 0.07 | 0.62 | 0.33 | 53.21 | 0.45 | 0.46 |
| Hex | AA | 9E | 40 | 0 | 7 | 3E | 21 | 35 | 2D | 2E |
| Octal | 252 | 236 | 100 | 0 | 7 | 76 | 41 | 65 | 55 | 56 |
| Binary | 10101010 | 10011110 | 1000000 | 0 | 111 | 111110 | 100001 | 110101 | 101101 | 101110 |
Color Harmonies of #AA9E40
Complementary color
Monochromatic Colors of #AA9E40
Black with #AA9E40
Text Example
Text Example
White with #AA9E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E40; }
p { color: rgb(170,158,64); }
H1.HeaderClassName
{
color: #AA9E40;
}
.AnyTagClassName
{
color: #AA9E40;
}
</style>
background-color css
<style>
a { background-color: #AA9E40; }
a { background-color: rgb(170,158,64); }
div.DivClassName
{
background-color: #AA9E40;
}
.BgClassName
{
background-color: #AA9E40;
}
</style>
border-color css
<style>
span { border-color: #AA9E40; }
span { border-color: rgb(170,158,64); }
td.TdClassName
{
border-color: #AA9E40;
}
.TagClassName
{
border-color: #AA9E40;
}
</style>