Shades of Brass #AAA042
Tints of Brass #AAA042
RGB
CMYK
RGB Variations
Color information
#AAA042 (or 0xAAA042) is known color: Brass. HEX triplet: AA, A0 and 42. RGB value is (170,160,66). Sum of RGB (Red+Green+Blue) = 170+160+66=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA042 is #555FBD. Grayscale: #989898. Windows color (decimal): -5595070 or 4366506. OLE color: 4366506.
HSL color Cylindrical-coordinate representation of color #AAA042: hue angle of 54.23º 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 #AAA042 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 66 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.33 |
| HSL | 54.23º | 0.44% | 0.46% | - |
| HSV(B) | 54.23º | 0.61% | 0.67% | - |
| XYZ | 30.13 | 34.08 | 10.14 | - |
| YUV | 152.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 66 | 0 | 0.06 | 0.61 | 0.33 | 54.23 | 0.44 | 0.46 |
| Hex | AA | A0 | 42 | 0 | 6 | 3D | 21 | 36 | 2C | 2E |
| Octal | 252 | 240 | 102 | 0 | 6 | 75 | 41 | 66 | 54 | 56 |
| Binary | 10101010 | 10100000 | 1000010 | 0 | 110 | 111101 | 100001 | 110110 | 101100 | 101110 |
Color Harmonies of #AAA042
Complementary color
Monochromatic Colors of #AAA042
Black with #AAA042
Text Example
Text Example
White with #AAA042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA042; }
p { color: rgb(170,160,66); }
H1.HeaderClassName
{
color: #AAA042;
}
.AnyTagClassName
{
color: #AAA042;
}
</style>
background-color css
<style>
a { background-color: #AAA042; }
a { background-color: rgb(170,160,66); }
div.DivClassName
{
background-color: #AAA042;
}
.BgClassName
{
background-color: #AAA042;
}
</style>
border-color css
<style>
span { border-color: #AAA042; }
span { border-color: rgb(170,160,66); }
td.TdClassName
{
border-color: #AAA042;
}
.TagClassName
{
border-color: #AAA042;
}
</style>