Shades of Brass #AAAB37
Tints of Brass #AAAB37
RGB
CMYK
RGB Variations
Color information
#AAAB37 (or 0xAAAB37) is known color: Brass. HEX triplet: AA, AB and 37. RGB value is (170,171,55). Sum of RGB (Red+Green+Blue) = 170+171+55=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB37 is #5554C8. Grayscale: #9D9D9D. Windows color (decimal): -5592265 or 3648426. OLE color: 3648426.
HSL color Cylindrical-coordinate representation of color #AAAB37: hue angle of 60.52º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAAB37 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 55 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.33 |
| HSL | 60.52º | 0.51% | 0.44% | - |
| HSV(B) | 60.52º | 0.68% | 0.67% | - |
| XYZ | 31.83 | 37.95 | 9.26 | - |
| YUV | 157.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 55 | 0.01 | 0 | 0.68 | 0.33 | 60.52 | 0.51 | 0.44 |
| Hex | AA | AB | 37 | 1 | 0 | 44 | 21 | 3D | 33 | 2C |
| Octal | 252 | 253 | 67 | 1 | 0 | 104 | 41 | 75 | 63 | 54 |
| Binary | 10101010 | 10101011 | 110111 | 1 | 0 | 1000100 | 100001 | 111101 | 110011 | 101100 |
Color Harmonies of #AAAB37
Complementary color
Monochromatic Colors of #AAAB37
Black with #AAAB37
Text Example
Text Example
White with #AAAB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB37; }
p { color: rgb(170,171,55); }
H1.HeaderClassName
{
color: #AAAB37;
}
.AnyTagClassName
{
color: #AAAB37;
}
</style>
background-color css
<style>
a { background-color: #AAAB37; }
a { background-color: rgb(170,171,55); }
div.DivClassName
{
background-color: #AAAB37;
}
.BgClassName
{
background-color: #AAAB37;
}
</style>
border-color css
<style>
span { border-color: #AAAB37; }
span { border-color: rgb(170,171,55); }
td.TdClassName
{
border-color: #AAAB37;
}
.TagClassName
{
border-color: #AAAB37;
}
</style>