Shades of Brass #AAA043
Tints of Brass #AAA043
RGB
CMYK
RGB Variations
Color information
#AAA043 (or 0xAAA043) is known color: Brass. HEX triplet: AA, A0 and 43. RGB value is (170,160,67). Sum of RGB (Red+Green+Blue) = 170+160+67=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA043 is #555FBC. Grayscale: #989898. Windows color (decimal): -5595069 or 4432042. OLE color: 4432042.
HSL color Cylindrical-coordinate representation of color #AAA043: hue angle of 54.17º 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 #AAA043 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 67 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.33 |
| HSL | 54.17º | 0.43% | 0.46% | - |
| HSV(B) | 54.17º | 0.61% | 0.67% | - |
| XYZ | 30.16 | 34.09 | 10.3 | - |
| YUV | 152.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 67 | 0 | 0.06 | 0.61 | 0.33 | 54.17 | 0.43 | 0.46 |
| Hex | AA | A0 | 43 | 0 | 6 | 3D | 21 | 36 | 2B | 2E |
| Octal | 252 | 240 | 103 | 0 | 6 | 75 | 41 | 66 | 53 | 56 |
| Binary | 10101010 | 10100000 | 1000011 | 0 | 110 | 111101 | 100001 | 110110 | 101011 | 101110 |
Color Harmonies of #AAA043
Complementary color
Monochromatic Colors of #AAA043
Black with #AAA043
Text Example
Text Example
White with #AAA043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA043; }
p { color: rgb(170,160,67); }
H1.HeaderClassName
{
color: #AAA043;
}
.AnyTagClassName
{
color: #AAA043;
}
</style>
background-color css
<style>
a { background-color: #AAA043; }
a { background-color: rgb(170,160,67); }
div.DivClassName
{
background-color: #AAA043;
}
.BgClassName
{
background-color: #AAA043;
}
</style>
border-color css
<style>
span { border-color: #AAA043; }
span { border-color: rgb(170,160,67); }
td.TdClassName
{
border-color: #AAA043;
}
.TagClassName
{
border-color: #AAA043;
}
</style>