Shades of Brass #AAB039
Tints of Brass #AAB039
RGB
CMYK
RGB Variations
Color information
#AAB039 (or 0xAAB039) is known color: Brass. HEX triplet: AA, B0 and 39. RGB value is (170,176,57). Sum of RGB (Red+Green+Blue) = 170+176+57=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB039 is #554FC6. Grayscale: #A1A1A1. Windows color (decimal): -5590983 or 3780778. OLE color: 3780778.
HSL color Cylindrical-coordinate representation of color #AAB039: hue angle of 63.03º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAB039 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 57 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.31 |
| HSL | 63.03º | 0.51% | 0.46% | - |
| HSV(B) | 63.03º | 0.68% | 0.69% | - |
| XYZ | 32.84 | 39.89 | 9.84 | - |
| YUV | 160.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 57 | 0.03 | 0 | 0.68 | 0.31 | 63.03 | 0.51 | 0.46 |
| Hex | AA | B0 | 39 | 3 | 0 | 44 | 1F | 3F | 33 | 2E |
| Octal | 252 | 260 | 71 | 3 | 0 | 104 | 37 | 77 | 63 | 56 |
| Binary | 10101010 | 10110000 | 111001 | 11 | 0 | 1000100 | 11111 | 111111 | 110011 | 101110 |
Color Harmonies of #AAB039
Complementary color
Monochromatic Colors of #AAB039
Black with #AAB039
Text Example
Text Example
White with #AAB039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB039; }
p { color: rgb(170,176,57); }
H1.HeaderClassName
{
color: #AAB039;
}
.AnyTagClassName
{
color: #AAB039;
}
</style>
background-color css
<style>
a { background-color: #AAB039; }
a { background-color: rgb(170,176,57); }
div.DivClassName
{
background-color: #AAB039;
}
.BgClassName
{
background-color: #AAB039;
}
</style>
border-color css
<style>
span { border-color: #AAB039; }
span { border-color: rgb(170,176,57); }
td.TdClassName
{
border-color: #AAB039;
}
.TagClassName
{
border-color: #AAB039;
}
</style>