Shades of Brass #AAA744
Tints of Brass #AAA744
RGB
CMYK
RGB Variations
Color information
#AAA744 (or 0xAAA744) is known color: Brass. HEX triplet: AA, A7 and 44. RGB value is (170,167,68). Sum of RGB (Red+Green+Blue) = 170+167+68=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA744 is #5558BB. Grayscale: #9D9D9D. Windows color (decimal): -5593276 or 4499370. OLE color: 4499370.
HSL color Cylindrical-coordinate representation of color #AAA744: hue angle of 58.24º 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 #AAA744 is Cyan = 0, Magento = 0.02, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 68 | - |
| CMYK | 0 | 0.02 | 0.6 | 0.33 |
| HSL | 58.24º | 0.43% | 0.47% | - |
| HSV(B) | 58.24º | 0.6% | 0.67% | - |
| XYZ | 31.44 | 36.6 | 10.88 | - |
| YUV | 156.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 68 | 0 | 0.02 | 0.6 | 0.33 | 58.24 | 0.43 | 0.47 |
| Hex | AA | A7 | 44 | 0 | 2 | 3C | 21 | 3A | 2B | 2F |
| Octal | 252 | 247 | 104 | 0 | 2 | 74 | 41 | 72 | 53 | 57 |
| Binary | 10101010 | 10100111 | 1000100 | 0 | 10 | 111100 | 100001 | 111010 | 101011 | 101111 |
Color Harmonies of #AAA744
Complementary color
Monochromatic Colors of #AAA744
Black with #AAA744
Text Example
Text Example
White with #AAA744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA744; }
p { color: rgb(170,167,68); }
H1.HeaderClassName
{
color: #AAA744;
}
.AnyTagClassName
{
color: #AAA744;
}
</style>
background-color css
<style>
a { background-color: #AAA744; }
a { background-color: rgb(170,167,68); }
div.DivClassName
{
background-color: #AAA744;
}
.BgClassName
{
background-color: #AAA744;
}
</style>
border-color css
<style>
span { border-color: #AAA744; }
span { border-color: rgb(170,167,68); }
td.TdClassName
{
border-color: #AAA744;
}
.TagClassName
{
border-color: #AAA744;
}
</style>