Shades of Brass #AAA64D
Tints of Brass #AAA64D
RGB
CMYK
RGB Variations
Color information
#AAA64D (or 0xAAA64D) is known color: Brass. HEX triplet: AA, A6 and 4D. RGB value is (170,166,77). Sum of RGB (Red+Green+Blue) = 170+166+77=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA64D is #5559B2. Grayscale: #9D9D9D. Windows color (decimal): -5593523 or 5088938. OLE color: 5088938.
HSL color Cylindrical-coordinate representation of color #AAA64D: hue angle of 57.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAA64D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 77 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.33 |
| HSL | 57.42º | 0.38% | 0.48% | - |
| HSV(B) | 57.42º | 0.55% | 0.67% | - |
| XYZ | 31.55 | 36.35 | 12.38 | - |
| YUV | 157.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 77 | 0 | 0.02 | 0.55 | 0.33 | 57.42 | 0.38 | 0.48 |
| Hex | AA | A6 | 4D | 0 | 2 | 37 | 21 | 39 | 26 | 30 |
| Octal | 252 | 246 | 115 | 0 | 2 | 67 | 41 | 71 | 46 | 60 |
| Binary | 10101010 | 10100110 | 1001101 | 0 | 10 | 110111 | 100001 | 111001 | 100110 | 110000 |
Color Harmonies of #AAA64D
Complementary color
Monochromatic Colors of #AAA64D
Black with #AAA64D
Text Example
Text Example
White with #AAA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA64D; }
p { color: rgb(170,166,77); }
H1.HeaderClassName
{
color: #AAA64D;
}
.AnyTagClassName
{
color: #AAA64D;
}
</style>
background-color css
<style>
a { background-color: #AAA64D; }
a { background-color: rgb(170,166,77); }
div.DivClassName
{
background-color: #AAA64D;
}
.BgClassName
{
background-color: #AAA64D;
}
</style>
border-color css
<style>
span { border-color: #AAA64D; }
span { border-color: rgb(170,166,77); }
td.TdClassName
{
border-color: #AAA64D;
}
.TagClassName
{
border-color: #AAA64D;
}
</style>