Shades of Brass #AAA240
Tints of Brass #AAA240
RGB
CMYK
RGB Variations
Color information
#AAA240 (or 0xAAA240) is known color: Brass. HEX triplet: AA, A2 and 40. RGB value is (170,162,64). Sum of RGB (Red+Green+Blue) = 170+162+64=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA240 is #555DBF. Grayscale: #999999. Windows color (decimal): -5594560 or 4235946. OLE color: 4235946.
HSL color Cylindrical-coordinate representation of color #AAA240: hue angle of 55.47º 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 #AAA240 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 64 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.33 |
| HSL | 55.47º | 0.45% | 0.46% | - |
| HSV(B) | 55.47º | 0.62% | 0.67% | - |
| XYZ | 30.42 | 34.76 | 9.96 | - |
| YUV | 153.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 64 | 0 | 0.05 | 0.62 | 0.33 | 55.47 | 0.45 | 0.46 |
| Hex | AA | A2 | 40 | 0 | 5 | 3E | 21 | 37 | 2D | 2E |
| Octal | 252 | 242 | 100 | 0 | 5 | 76 | 41 | 67 | 55 | 56 |
| Binary | 10101010 | 10100010 | 1000000 | 0 | 101 | 111110 | 100001 | 110111 | 101101 | 101110 |
Color Harmonies of #AAA240
Complementary color
Monochromatic Colors of #AAA240
Black with #AAA240
Text Example
Text Example
White with #AAA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA240; }
p { color: rgb(170,162,64); }
H1.HeaderClassName
{
color: #AAA240;
}
.AnyTagClassName
{
color: #AAA240;
}
</style>
background-color css
<style>
a { background-color: #AAA240; }
a { background-color: rgb(170,162,64); }
div.DivClassName
{
background-color: #AAA240;
}
.BgClassName
{
background-color: #AAA240;
}
</style>
border-color css
<style>
span { border-color: #AAA240; }
span { border-color: rgb(170,162,64); }
td.TdClassName
{
border-color: #AAA240;
}
.TagClassName
{
border-color: #AAA240;
}
</style>