Shades of Brass #AAA645
Tints of Brass #AAA645
RGB
CMYK
RGB Variations
Color information
#AAA645 (or 0xAAA645) is known color: Brass. HEX triplet: AA, A6 and 45. RGB value is (170,166,69). Sum of RGB (Red+Green+Blue) = 170+166+69=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA645 is #5559BA. Grayscale: #9C9C9C. Windows color (decimal): -5593531 or 4564650. OLE color: 4564650.
HSL color Cylindrical-coordinate representation of color #AAA645: hue angle of 57.62º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAA645 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 69 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.33 |
| HSL | 57.62º | 0.42% | 0.47% | - |
| HSV(B) | 57.62º | 0.59% | 0.67% | - |
| XYZ | 31.29 | 36.25 | 10.98 | - |
| YUV | 156.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 69 | 0 | 0.02 | 0.59 | 0.33 | 57.62 | 0.42 | 0.47 |
| Hex | AA | A6 | 45 | 0 | 2 | 3B | 21 | 3A | 2A | 2F |
| Octal | 252 | 246 | 105 | 0 | 2 | 73 | 41 | 72 | 52 | 57 |
| Binary | 10101010 | 10100110 | 1000101 | 0 | 10 | 111011 | 100001 | 111010 | 101010 | 101111 |
Color Harmonies of #AAA645
Complementary color
Monochromatic Colors of #AAA645
Black with #AAA645
Text Example
Text Example
White with #AAA645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA645; }
p { color: rgb(170,166,69); }
H1.HeaderClassName
{
color: #AAA645;
}
.AnyTagClassName
{
color: #AAA645;
}
</style>
background-color css
<style>
a { background-color: #AAA645; }
a { background-color: rgb(170,166,69); }
div.DivClassName
{
background-color: #AAA645;
}
.BgClassName
{
background-color: #AAA645;
}
</style>
border-color css
<style>
span { border-color: #AAA645; }
span { border-color: rgb(170,166,69); }
td.TdClassName
{
border-color: #AAA645;
}
.TagClassName
{
border-color: #AAA645;
}
</style>