Shades of Brass #AAA844
Tints of Brass #AAA844
RGB
CMYK
RGB Variations
Color information
#AAA844 (or 0xAAA844) is known color: Brass. HEX triplet: AA, A8 and 44. RGB value is (170,168,68). Sum of RGB (Red+Green+Blue) = 170+168+68=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA844 is #5557BB. Grayscale: #9D9D9D. Windows color (decimal): -5593020 or 4499626. OLE color: 4499626.
HSL color Cylindrical-coordinate representation of color #AAA844: hue angle of 58.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAA844 is Cyan = 0, Magento = 0.01, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 68 | - |
| CMYK | 0 | 0.01 | 0.6 | 0.33 |
| HSL | 58.82º | 0.43% | 0.47% | - |
| HSV(B) | 58.82º | 0.6% | 0.67% | - |
| XYZ | 31.62 | 36.97 | 10.94 | - |
| YUV | 157.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 68 | 0 | 0.01 | 0.6 | 0.33 | 58.82 | 0.43 | 0.47 |
| Hex | AA | A8 | 44 | 0 | 1 | 3C | 21 | 3B | 2B | 2F |
| Octal | 252 | 250 | 104 | 0 | 1 | 74 | 41 | 73 | 53 | 57 |
| Binary | 10101010 | 10101000 | 1000100 | 0 | 1 | 111100 | 100001 | 111011 | 101011 | 101111 |
Color Harmonies of #AAA844
Complementary color
Monochromatic Colors of #AAA844
Black with #AAA844
Text Example
Text Example
White with #AAA844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA844; }
p { color: rgb(170,168,68); }
H1.HeaderClassName
{
color: #AAA844;
}
.AnyTagClassName
{
color: #AAA844;
}
</style>
background-color css
<style>
a { background-color: #AAA844; }
a { background-color: rgb(170,168,68); }
div.DivClassName
{
background-color: #AAA844;
}
.BgClassName
{
background-color: #AAA844;
}
</style>
border-color css
<style>
span { border-color: #AAA844; }
span { border-color: rgb(170,168,68); }
td.TdClassName
{
border-color: #AAA844;
}
.TagClassName
{
border-color: #AAA844;
}
</style>