Shades of Brass #AAAB39
Tints of Brass #AAAB39
RGB
CMYK
RGB Variations
Color information
#AAAB39 (or 0xAAAB39) is known color: Brass. HEX triplet: AA, AB and 39. RGB value is (170,171,57). Sum of RGB (Red+Green+Blue) = 170+171+57=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB39 is #5554C6. Grayscale: #9E9E9E. Windows color (decimal): -5592263 or 3779498. OLE color: 3779498.
HSL color Cylindrical-coordinate representation of color #AAAB39: hue angle of 60.53º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAAB39 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 57 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.33 |
| HSL | 60.53º | 0.5% | 0.45% | - |
| HSV(B) | 60.53º | 0.67% | 0.67% | - |
| XYZ | 31.88 | 37.97 | 9.52 | - |
| YUV | 157.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 57 | 0.01 | 0 | 0.67 | 0.33 | 60.53 | 0.5 | 0.45 |
| Hex | AA | AB | 39 | 1 | 0 | 43 | 21 | 3D | 32 | 2D |
| Octal | 252 | 253 | 71 | 1 | 0 | 103 | 41 | 75 | 62 | 55 |
| Binary | 10101010 | 10101011 | 111001 | 1 | 0 | 1000011 | 100001 | 111101 | 110010 | 101101 |
Color Harmonies of #AAAB39
Complementary color
Monochromatic Colors of #AAAB39
Black with #AAAB39
Text Example
Text Example
White with #AAAB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB39; }
p { color: rgb(170,171,57); }
H1.HeaderClassName
{
color: #AAAB39;
}
.AnyTagClassName
{
color: #AAAB39;
}
</style>
background-color css
<style>
a { background-color: #AAAB39; }
a { background-color: rgb(170,171,57); }
div.DivClassName
{
background-color: #AAAB39;
}
.BgClassName
{
background-color: #AAAB39;
}
</style>
border-color css
<style>
span { border-color: #AAAB39; }
span { border-color: rgb(170,171,57); }
td.TdClassName
{
border-color: #AAAB39;
}
.TagClassName
{
border-color: #AAAB39;
}
</style>