Shades of Brass #AAA940
Tints of Brass #AAA940
RGB
CMYK
RGB Variations
Color information
#AAA940 (or 0xAAA940) is known color: Brass. HEX triplet: AA, A9 and 40. RGB value is (170,169,64). Sum of RGB (Red+Green+Blue) = 170+169+64=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA940 is #5556BF. Grayscale: #9D9D9D. Windows color (decimal): -5592768 or 4237738. OLE color: 4237738.
HSL color Cylindrical-coordinate representation of color #AAA940: hue angle of 59.43º 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 #AAA940 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 64 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.33 |
| HSL | 59.43º | 0.45% | 0.46% | - |
| HSV(B) | 59.43º | 0.62% | 0.67% | - |
| XYZ | 31.69 | 37.29 | 10.38 | - |
| YUV | 157.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 64 | 0 | 0.01 | 0.62 | 0.33 | 59.43 | 0.45 | 0.46 |
| Hex | AA | A9 | 40 | 0 | 1 | 3E | 21 | 3B | 2D | 2E |
| Octal | 252 | 251 | 100 | 0 | 1 | 76 | 41 | 73 | 55 | 56 |
| Binary | 10101010 | 10101001 | 1000000 | 0 | 1 | 111110 | 100001 | 111011 | 101101 | 101110 |
Color Harmonies of #AAA940
Complementary color
Monochromatic Colors of #AAA940
Black with #AAA940
Text Example
Text Example
White with #AAA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA940; }
p { color: rgb(170,169,64); }
H1.HeaderClassName
{
color: #AAA940;
}
.AnyTagClassName
{
color: #AAA940;
}
</style>
background-color css
<style>
a { background-color: #AAA940; }
a { background-color: rgb(170,169,64); }
div.DivClassName
{
background-color: #AAA940;
}
.BgClassName
{
background-color: #AAA940;
}
</style>
border-color css
<style>
span { border-color: #AAA940; }
span { border-color: rgb(170,169,64); }
td.TdClassName
{
border-color: #AAA940;
}
.TagClassName
{
border-color: #AAA940;
}
</style>