Shades of Brass #AAA942
Tints of Brass #AAA942
RGB
CMYK
RGB Variations
Color information
#AAA942 (or 0xAAA942) is known color: Brass. HEX triplet: AA, A9 and 42. RGB value is (170,169,66). Sum of RGB (Red+Green+Blue) = 170+169+66=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA942 is #5556BD. Grayscale: #9D9D9D. Windows color (decimal): -5592766 or 4368810. OLE color: 4368810.
HSL color Cylindrical-coordinate representation of color #AAA942: hue angle of 59.42º degrees, saturation: 0.44, 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 #AAA942 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 66 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.33 |
| HSL | 59.42º | 0.44% | 0.46% | - |
| HSV(B) | 59.42º | 0.61% | 0.67% | - |
| XYZ | 31.75 | 37.32 | 10.68 | - |
| YUV | 157.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 66 | 0 | 0.01 | 0.61 | 0.33 | 59.42 | 0.44 | 0.46 |
| Hex | AA | A9 | 42 | 0 | 1 | 3D | 21 | 3B | 2C | 2E |
| Octal | 252 | 251 | 102 | 0 | 1 | 75 | 41 | 73 | 54 | 56 |
| Binary | 10101010 | 10101001 | 1000010 | 0 | 1 | 111101 | 100001 | 111011 | 101100 | 101110 |
Color Harmonies of #AAA942
Complementary color
Monochromatic Colors of #AAA942
Black with #AAA942
Text Example
Text Example
White with #AAA942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA942; }
p { color: rgb(170,169,66); }
H1.HeaderClassName
{
color: #AAA942;
}
.AnyTagClassName
{
color: #AAA942;
}
</style>
background-color css
<style>
a { background-color: #AAA942; }
a { background-color: rgb(170,169,66); }
div.DivClassName
{
background-color: #AAA942;
}
.BgClassName
{
background-color: #AAA942;
}
</style>
border-color css
<style>
span { border-color: #AAA942; }
span { border-color: rgb(170,169,66); }
td.TdClassName
{
border-color: #AAA942;
}
.TagClassName
{
border-color: #AAA942;
}
</style>