Shades of Brass #AAA439
Tints of Brass #AAA439
RGB
CMYK
RGB Variations
Color information
#AAA439 (or 0xAAA439) is known color: Brass. HEX triplet: AA, A4 and 39. RGB value is (170,164,57). Sum of RGB (Red+Green+Blue) = 170+164+57=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA439 is #555BC6. Grayscale: #9A9A9A. Windows color (decimal): -5594055 or 3777706. OLE color: 3777706.
HSL color Cylindrical-coordinate representation of color #AAA439: hue angle of 56.81º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAA439 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 57 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.33 |
| HSL | 56.81º | 0.5% | 0.45% | - |
| HSV(B) | 56.81º | 0.66% | 0.67% | - |
| XYZ | 30.59 | 35.39 | 9.09 | - |
| YUV | 153.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 57 | 0 | 0.04 | 0.66 | 0.33 | 56.81 | 0.5 | 0.45 |
| Hex | AA | A4 | 39 | 0 | 4 | 42 | 21 | 39 | 32 | 2D |
| Octal | 252 | 244 | 71 | 0 | 4 | 102 | 41 | 71 | 62 | 55 |
| Binary | 10101010 | 10100100 | 111001 | 0 | 100 | 1000010 | 100001 | 111001 | 110010 | 101101 |
Color Harmonies of #AAA439
Complementary color
Monochromatic Colors of #AAA439
Black with #AAA439
Text Example
Text Example
White with #AAA439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA439; }
p { color: rgb(170,164,57); }
H1.HeaderClassName
{
color: #AAA439;
}
.AnyTagClassName
{
color: #AAA439;
}
</style>
background-color css
<style>
a { background-color: #AAA439; }
a { background-color: rgb(170,164,57); }
div.DivClassName
{
background-color: #AAA439;
}
.BgClassName
{
background-color: #AAA439;
}
</style>
border-color css
<style>
span { border-color: #AAA439; }
span { border-color: rgb(170,164,57); }
td.TdClassName
{
border-color: #AAA439;
}
.TagClassName
{
border-color: #AAA439;
}
</style>