Shades of Brass #A0A04C
Tints of Brass #A0A04C
RGB
CMYK
RGB Variations
Color information
#A0A04C (or 0xA0A04C) is known color: Brass. HEX triplet: A0, A0 and 4C. RGB value is (160,160,76). Sum of RGB (Red+Green+Blue) = 160+160+76=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A04C is #5F5FB3. Grayscale: #969696. Windows color (decimal): -6250420 or 5021856. OLE color: 5021856.
HSL color Cylindrical-coordinate representation of color #A0A04C: hue angle of 60º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0A04C is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 76 | - |
| CMYK | 0 | 0 | 0.52 | 0.37 |
| HSL | 60º | 0.36% | 0.46% | - |
| HSV(B) | 60º | 0.53% | 0.63% | - |
| XYZ | 28.37 | 33.14 | 11.74 | - |
| YUV | 150.42 | 86 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 76 | 0 | 0 | 0.52 | 0.37 | 60 | 0.36 | 0.46 |
| Hex | A0 | A0 | 4C | 0 | 0 | 34 | 25 | 3C | 24 | 2E |
| Octal | 240 | 240 | 114 | 0 | 0 | 64 | 45 | 74 | 44 | 56 |
| Binary | 10100000 | 10100000 | 1001100 | 0 | 0 | 110100 | 100101 | 111100 | 100100 | 101110 |
Color Harmonies of #A0A04C
Complementary color
Monochromatic Colors of #A0A04C
Black with #A0A04C
Text Example
Text Example
White with #A0A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A04C; }
p { color: rgb(160,160,76); }
H1.HeaderClassName
{
color: #A0A04C;
}
.AnyTagClassName
{
color: #A0A04C;
}
</style>
background-color css
<style>
a { background-color: #A0A04C; }
a { background-color: rgb(160,160,76); }
div.DivClassName
{
background-color: #A0A04C;
}
.BgClassName
{
background-color: #A0A04C;
}
</style>
border-color css
<style>
span { border-color: #A0A04C; }
span { border-color: rgb(160,160,76); }
td.TdClassName
{
border-color: #A0A04C;
}
.TagClassName
{
border-color: #A0A04C;
}
</style>