Shades of Brass #AAA540
Tints of Brass #AAA540
RGB
CMYK
RGB Variations
Color information
#AAA540 (or 0xAAA540) is known color: Brass. HEX triplet: AA, A5 and 40. RGB value is (170,165,64). Sum of RGB (Red+Green+Blue) = 170+165+64=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA540 is #555ABF. Grayscale: #9B9B9B. Windows color (decimal): -5593792 or 4236714. OLE color: 4236714.
HSL color Cylindrical-coordinate representation of color #AAA540: hue angle of 57.17º 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 #AAA540 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 64 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.33 |
| HSL | 57.17º | 0.45% | 0.46% | - |
| HSV(B) | 57.17º | 0.62% | 0.67% | - |
| XYZ | 30.96 | 35.83 | 10.13 | - |
| YUV | 154.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 64 | 0 | 0.03 | 0.62 | 0.33 | 57.17 | 0.45 | 0.46 |
| Hex | AA | A5 | 40 | 0 | 3 | 3E | 21 | 39 | 2D | 2E |
| Octal | 252 | 245 | 100 | 0 | 3 | 76 | 41 | 71 | 55 | 56 |
| Binary | 10101010 | 10100101 | 1000000 | 0 | 11 | 111110 | 100001 | 111001 | 101101 | 101110 |
Color Harmonies of #AAA540
Complementary color
Monochromatic Colors of #AAA540
Black with #AAA540
Text Example
Text Example
White with #AAA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA540; }
p { color: rgb(170,165,64); }
H1.HeaderClassName
{
color: #AAA540;
}
.AnyTagClassName
{
color: #AAA540;
}
</style>
background-color css
<style>
a { background-color: #AAA540; }
a { background-color: rgb(170,165,64); }
div.DivClassName
{
background-color: #AAA540;
}
.BgClassName
{
background-color: #AAA540;
}
</style>
border-color css
<style>
span { border-color: #AAA540; }
span { border-color: rgb(170,165,64); }
td.TdClassName
{
border-color: #AAA540;
}
.TagClassName
{
border-color: #AAA540;
}
</style>