Shades of Brass #AAA741
Tints of Brass #AAA741
RGB
CMYK
RGB Variations
Color information
#AAA741 (or 0xAAA741) is known color: Brass. HEX triplet: AA, A7 and 41. RGB value is (170,167,65). Sum of RGB (Red+Green+Blue) = 170+167+65=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA741 is #5558BE. Grayscale: #9C9C9C. Windows color (decimal): -5593279 or 4302762. OLE color: 4302762.
HSL color Cylindrical-coordinate representation of color #AAA741: hue angle of 58.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAA741 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 65 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.33 |
| HSL | 58.29º | 0.45% | 0.46% | - |
| HSV(B) | 58.29º | 0.62% | 0.67% | - |
| XYZ | 31.35 | 36.57 | 10.41 | - |
| YUV | 156.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 65 | 0 | 0.02 | 0.62 | 0.33 | 58.29 | 0.45 | 0.46 |
| Hex | AA | A7 | 41 | 0 | 2 | 3E | 21 | 3A | 2D | 2E |
| Octal | 252 | 247 | 101 | 0 | 2 | 76 | 41 | 72 | 55 | 56 |
| Binary | 10101010 | 10100111 | 1000001 | 0 | 10 | 111110 | 100001 | 111010 | 101101 | 101110 |
Color Harmonies of #AAA741
Complementary color
Monochromatic Colors of #AAA741
Black with #AAA741
Text Example
Text Example
White with #AAA741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA741; }
p { color: rgb(170,167,65); }
H1.HeaderClassName
{
color: #AAA741;
}
.AnyTagClassName
{
color: #AAA741;
}
</style>
background-color css
<style>
a { background-color: #AAA741; }
a { background-color: rgb(170,167,65); }
div.DivClassName
{
background-color: #AAA741;
}
.BgClassName
{
background-color: #AAA741;
}
</style>
border-color css
<style>
span { border-color: #AAA741; }
span { border-color: rgb(170,167,65); }
td.TdClassName
{
border-color: #AAA741;
}
.TagClassName
{
border-color: #AAA741;
}
</style>