Shades of Brass #AAAB40
Tints of Brass #AAAB40
RGB
CMYK
RGB Variations
Color information
#AAAB40 (or 0xAAAB40) is known color: Brass. HEX triplet: AA, AB and 40. RGB value is (170,171,64). Sum of RGB (Red+Green+Blue) = 170+171+64=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB40 is #5554BF. Grayscale: #9E9E9E. Windows color (decimal): -5592256 or 4238250. OLE color: 4238250.
HSL color Cylindrical-coordinate representation of color #AAAB40: hue angle of 60.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAAB40 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 64 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.33 |
| HSL | 60.56º | 0.46% | 0.46% | - |
| HSV(B) | 60.56º | 0.63% | 0.67% | - |
| XYZ | 32.07 | 38.04 | 10.5 | - |
| YUV | 158.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 64 | 0.01 | 0 | 0.63 | 0.33 | 60.56 | 0.46 | 0.46 |
| Hex | AA | AB | 40 | 1 | 0 | 3F | 21 | 3D | 2E | 2E |
| Octal | 252 | 253 | 100 | 1 | 0 | 77 | 41 | 75 | 56 | 56 |
| Binary | 10101010 | 10101011 | 1000000 | 1 | 0 | 111111 | 100001 | 111101 | 101110 | 101110 |
Color Harmonies of #AAAB40
Complementary color
Monochromatic Colors of #AAAB40
Black with #AAAB40
Text Example
Text Example
White with #AAAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB40; }
p { color: rgb(170,171,64); }
H1.HeaderClassName
{
color: #AAAB40;
}
.AnyTagClassName
{
color: #AAAB40;
}
</style>
background-color css
<style>
a { background-color: #AAAB40; }
a { background-color: rgb(170,171,64); }
div.DivClassName
{
background-color: #AAAB40;
}
.BgClassName
{
background-color: #AAAB40;
}
</style>
border-color css
<style>
span { border-color: #AAAB40; }
span { border-color: rgb(170,171,64); }
td.TdClassName
{
border-color: #AAAB40;
}
.TagClassName
{
border-color: #AAAB40;
}
</style>