Shades of Brass #AA9E43
Tints of Brass #AA9E43
RGB
CMYK
RGB Variations
Color information
#AA9E43 (or 0xAA9E43) is known color: Brass. HEX triplet: AA, 9E and 43. RGB value is (170,158,67). Sum of RGB (Red+Green+Blue) = 170+158+67=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E43 is #5561BC. Grayscale: #979797. Windows color (decimal): -5595581 or 4431530. OLE color: 4431530.
HSL color Cylindrical-coordinate representation of color #AA9E43: hue angle of 53.01º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA9E43 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 67 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.33 |
| HSL | 53.01º | 0.43% | 0.46% | - |
| HSV(B) | 53.01º | 0.61% | 0.67% | - |
| XYZ | 29.82 | 33.41 | 10.19 | - |
| YUV | 151.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 67 | 0 | 0.07 | 0.61 | 0.33 | 53.01 | 0.43 | 0.46 |
| Hex | AA | 9E | 43 | 0 | 7 | 3D | 21 | 35 | 2B | 2E |
| Octal | 252 | 236 | 103 | 0 | 7 | 75 | 41 | 65 | 53 | 56 |
| Binary | 10101010 | 10011110 | 1000011 | 0 | 111 | 111101 | 100001 | 110101 | 101011 | 101110 |
Color Harmonies of #AA9E43
Complementary color
Monochromatic Colors of #AA9E43
Black with #AA9E43
Text Example
Text Example
White with #AA9E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E43; }
p { color: rgb(170,158,67); }
H1.HeaderClassName
{
color: #AA9E43;
}
.AnyTagClassName
{
color: #AA9E43;
}
</style>
background-color css
<style>
a { background-color: #AA9E43; }
a { background-color: rgb(170,158,67); }
div.DivClassName
{
background-color: #AA9E43;
}
.BgClassName
{
background-color: #AA9E43;
}
</style>
border-color css
<style>
span { border-color: #AA9E43; }
span { border-color: rgb(170,158,67); }
td.TdClassName
{
border-color: #AA9E43;
}
.TagClassName
{
border-color: #AA9E43;
}
</style>