Shades of Brass #AAA136
Tints of Brass #AAA136
RGB
CMYK
RGB Variations
Color information
#AAA136 (or 0xAAA136) is known color: Brass. HEX triplet: AA, A1 and 36. RGB value is (170,161,54). Sum of RGB (Red+Green+Blue) = 170+161+54=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA136 is #555EC9. Grayscale: #979797. Windows color (decimal): -5594826 or 3580330. OLE color: 3580330.
HSL color Cylindrical-coordinate representation of color #AAA136: hue angle of 55.34º degrees, saturation: 0.52, 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 #AAA136 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 54 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.33 |
| HSL | 55.34º | 0.52% | 0.44% | - |
| HSV(B) | 55.34º | 0.68% | 0.67% | - |
| XYZ | 29.99 | 34.3 | 8.53 | - |
| YUV | 151.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 54 | 0 | 0.05 | 0.68 | 0.33 | 55.34 | 0.52 | 0.44 |
| Hex | AA | A1 | 36 | 0 | 5 | 44 | 21 | 37 | 34 | 2C |
| Octal | 252 | 241 | 66 | 0 | 5 | 104 | 41 | 67 | 64 | 54 |
| Binary | 10101010 | 10100001 | 110110 | 0 | 101 | 1000100 | 100001 | 110111 | 110100 | 101100 |
Color Harmonies of #AAA136
Complementary color
Monochromatic Colors of #AAA136
Black with #AAA136
Text Example
Text Example
White with #AAA136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA136; }
p { color: rgb(170,161,54); }
H1.HeaderClassName
{
color: #AAA136;
}
.AnyTagClassName
{
color: #AAA136;
}
</style>
background-color css
<style>
a { background-color: #AAA136; }
a { background-color: rgb(170,161,54); }
div.DivClassName
{
background-color: #AAA136;
}
.BgClassName
{
background-color: #AAA136;
}
</style>
border-color css
<style>
span { border-color: #AAA136; }
span { border-color: rgb(170,161,54); }
td.TdClassName
{
border-color: #AAA136;
}
.TagClassName
{
border-color: #AAA136;
}
</style>