Shades of Brass #AAA046
Tints of Brass #AAA046
RGB
CMYK
RGB Variations
Color information
#AAA046 (or 0xAAA046) is known color: Brass. HEX triplet: AA, A0 and 46. RGB value is (170,160,70). Sum of RGB (Red+Green+Blue) = 170+160+70=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA046 is #555FB9. Grayscale: #999999. Windows color (decimal): -5595066 or 4628650. OLE color: 4628650.
HSL color Cylindrical-coordinate representation of color #AAA046: hue angle of 54º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAA046 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 70 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.33 |
| HSL | 54º | 0.42% | 0.47% | - |
| HSV(B) | 54º | 0.59% | 0.67% | - |
| XYZ | 30.25 | 34.13 | 10.79 | - |
| YUV | 152.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 70 | 0 | 0.06 | 0.59 | 0.33 | 54 | 0.42 | 0.47 |
| Hex | AA | A0 | 46 | 0 | 6 | 3B | 21 | 36 | 2A | 2F |
| Octal | 252 | 240 | 106 | 0 | 6 | 73 | 41 | 66 | 52 | 57 |
| Binary | 10101010 | 10100000 | 1000110 | 0 | 110 | 111011 | 100001 | 110110 | 101010 | 101111 |
Color Harmonies of #AAA046
Complementary color
Monochromatic Colors of #AAA046
Black with #AAA046
Text Example
Text Example
White with #AAA046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA046; }
p { color: rgb(170,160,70); }
H1.HeaderClassName
{
color: #AAA046;
}
.AnyTagClassName
{
color: #AAA046;
}
</style>
background-color css
<style>
a { background-color: #AAA046; }
a { background-color: rgb(170,160,70); }
div.DivClassName
{
background-color: #AAA046;
}
.BgClassName
{
background-color: #AAA046;
}
</style>
border-color css
<style>
span { border-color: #AAA046; }
span { border-color: rgb(170,160,70); }
td.TdClassName
{
border-color: #AAA046;
}
.TagClassName
{
border-color: #AAA046;
}
</style>