Shades of Brass #A0AA36
Tints of Brass #A0AA36
RGB
CMYK
RGB Variations
Color information
#A0AA36 (or 0xA0AA36) is known color: Brass. HEX triplet: A0, AA and 36. RGB value is (160,170,54). Sum of RGB (Red+Green+Blue) = 160+170+54=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA36 is #5F55C9. Grayscale: #9A9A9A. Windows color (decimal): -6247882 or 3582624. OLE color: 3582624.
HSL color Cylindrical-coordinate representation of color #A0AA36: hue angle of 65.17º 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 #A0AA36 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 54 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.33 |
| HSL | 65.17º | 0.52% | 0.44% | - |
| HSV(B) | 65.17º | 0.68% | 0.67% | - |
| XYZ | 29.54 | 36.49 | 8.98 | - |
| YUV | 153.79 | 71.69 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 54 | 0.06 | 0 | 0.68 | 0.33 | 65.17 | 0.52 | 0.44 |
| Hex | A0 | AA | 36 | 6 | 0 | 44 | 21 | 41 | 34 | 2C |
| Octal | 240 | 252 | 66 | 6 | 0 | 104 | 41 | 101 | 64 | 54 |
| Binary | 10100000 | 10101010 | 110110 | 110 | 0 | 1000100 | 100001 | 1000001 | 110100 | 101100 |
Color Harmonies of #A0AA36
Complementary color
Monochromatic Colors of #A0AA36
Black with #A0AA36
Text Example
Text Example
White with #A0AA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA36; }
p { color: rgb(160,170,54); }
H1.HeaderClassName
{
color: #A0AA36;
}
.AnyTagClassName
{
color: #A0AA36;
}
</style>
background-color css
<style>
a { background-color: #A0AA36; }
a { background-color: rgb(160,170,54); }
div.DivClassName
{
background-color: #A0AA36;
}
.BgClassName
{
background-color: #A0AA36;
}
</style>
border-color css
<style>
span { border-color: #A0AA36; }
span { border-color: rgb(160,170,54); }
td.TdClassName
{
border-color: #A0AA36;
}
.TagClassName
{
border-color: #A0AA36;
}
</style>