Shades of Brass #AAA340
Tints of Brass #AAA340
RGB
CMYK
RGB Variations
Color information
#AAA340 (or 0xAAA340) is known color: Brass. HEX triplet: AA, A3 and 40. RGB value is (170,163,64). Sum of RGB (Red+Green+Blue) = 170+163+64=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA340 is #555CBF. Grayscale: #9A9A9A. Windows color (decimal): -5594304 or 4236202. OLE color: 4236202.
HSL color Cylindrical-coordinate representation of color #AAA340: hue angle of 56.04º 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 #AAA340 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 64 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.33 |
| HSL | 56.04º | 0.45% | 0.46% | - |
| HSV(B) | 56.04º | 0.62% | 0.67% | - |
| XYZ | 30.6 | 35.11 | 10.01 | - |
| YUV | 153.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 64 | 0 | 0.04 | 0.62 | 0.33 | 56.04 | 0.45 | 0.46 |
| Hex | AA | A3 | 40 | 0 | 4 | 3E | 21 | 38 | 2D | 2E |
| Octal | 252 | 243 | 100 | 0 | 4 | 76 | 41 | 70 | 55 | 56 |
| Binary | 10101010 | 10100011 | 1000000 | 0 | 100 | 111110 | 100001 | 111000 | 101101 | 101110 |
Color Harmonies of #AAA340
Complementary color
Monochromatic Colors of #AAA340
Black with #AAA340
Text Example
Text Example
White with #AAA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA340; }
p { color: rgb(170,163,64); }
H1.HeaderClassName
{
color: #AAA340;
}
.AnyTagClassName
{
color: #AAA340;
}
</style>
background-color css
<style>
a { background-color: #AAA340; }
a { background-color: rgb(170,163,64); }
div.DivClassName
{
background-color: #AAA340;
}
.BgClassName
{
background-color: #AAA340;
}
</style>
border-color css
<style>
span { border-color: #AAA340; }
span { border-color: rgb(170,163,64); }
td.TdClassName
{
border-color: #AAA340;
}
.TagClassName
{
border-color: #AAA340;
}
</style>