Shades of Brass #AAA84D
Tints of Brass #AAA84D
RGB
CMYK
RGB Variations
Color information
#AAA84D (or 0xAAA84D) is known color: Brass. HEX triplet: AA, A8 and 4D. RGB value is (170,168,77). Sum of RGB (Red+Green+Blue) = 170+168+77=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA84D is #5557B2. Grayscale: #9E9E9E. Windows color (decimal): -5593011 or 5089450. OLE color: 5089450.
HSL color Cylindrical-coordinate representation of color #AAA84D: hue angle of 58.71º 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 #AAA84D is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 77 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.33 |
| HSL | 58.71º | 0.38% | 0.48% | - |
| HSV(B) | 58.71º | 0.55% | 0.67% | - |
| XYZ | 31.92 | 37.09 | 12.5 | - |
| YUV | 158.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 77 | 0 | 0.01 | 0.55 | 0.33 | 58.71 | 0.38 | 0.48 |
| Hex | AA | A8 | 4D | 0 | 1 | 37 | 21 | 3B | 26 | 30 |
| Octal | 252 | 250 | 115 | 0 | 1 | 67 | 41 | 73 | 46 | 60 |
| Binary | 10101010 | 10101000 | 1001101 | 0 | 1 | 110111 | 100001 | 111011 | 100110 | 110000 |
Color Harmonies of #AAA84D
Complementary color
Monochromatic Colors of #AAA84D
Black with #AAA84D
Text Example
Text Example
White with #AAA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA84D; }
p { color: rgb(170,168,77); }
H1.HeaderClassName
{
color: #AAA84D;
}
.AnyTagClassName
{
color: #AAA84D;
}
</style>
background-color css
<style>
a { background-color: #AAA84D; }
a { background-color: rgb(170,168,77); }
div.DivClassName
{
background-color: #AAA84D;
}
.BgClassName
{
background-color: #AAA84D;
}
</style>
border-color css
<style>
span { border-color: #AAA84D; }
span { border-color: rgb(170,168,77); }
td.TdClassName
{
border-color: #AAA84D;
}
.TagClassName
{
border-color: #AAA84D;
}
</style>