Shades of Brass #AAA64E
Tints of Brass #AAA64E
RGB
CMYK
RGB Variations
Color information
#AAA64E (or 0xAAA64E) is known color: Brass. HEX triplet: AA, A6 and 4E. RGB value is (170,166,78). Sum of RGB (Red+Green+Blue) = 170+166+78=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA64E is #5559B1. Grayscale: #9D9D9D. Windows color (decimal): -5593522 or 5154474. OLE color: 5154474.
HSL color Cylindrical-coordinate representation of color #AAA64E: hue angle of 57.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAA64E is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 78 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.33 |
| HSL | 57.39º | 0.37% | 0.49% | - |
| HSV(B) | 57.39º | 0.54% | 0.67% | - |
| XYZ | 31.59 | 36.37 | 12.56 | - |
| YUV | 157.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 78 | 0 | 0.02 | 0.54 | 0.33 | 57.39 | 0.37 | 0.49 |
| Hex | AA | A6 | 4E | 0 | 2 | 36 | 21 | 39 | 25 | 31 |
| Octal | 252 | 246 | 116 | 0 | 2 | 66 | 41 | 71 | 45 | 61 |
| Binary | 10101010 | 10100110 | 1001110 | 0 | 10 | 110110 | 100001 | 111001 | 100101 | 110001 |
Color Harmonies of #AAA64E
Complementary color
Monochromatic Colors of #AAA64E
Black with #AAA64E
Text Example
Text Example
White with #AAA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA64E; }
p { color: rgb(170,166,78); }
H1.HeaderClassName
{
color: #AAA64E;
}
.AnyTagClassName
{
color: #AAA64E;
}
</style>
background-color css
<style>
a { background-color: #AAA64E; }
a { background-color: rgb(170,166,78); }
div.DivClassName
{
background-color: #AAA64E;
}
.BgClassName
{
background-color: #AAA64E;
}
</style>
border-color css
<style>
span { border-color: #AAA64E; }
span { border-color: rgb(170,166,78); }
td.TdClassName
{
border-color: #AAA64E;
}
.TagClassName
{
border-color: #AAA64E;
}
</style>