Shades of Brass #A0A042
Tints of Brass #A0A042
RGB
CMYK
RGB Variations
Color information
#A0A042 (or 0xA0A042) is known color: Brass. HEX triplet: A0, A0 and 42. RGB value is (160,160,66). Sum of RGB (Red+Green+Blue) = 160+160+66=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A042 is #5F5FBD. Grayscale: #959595. Windows color (decimal): -6250430 or 4366496. OLE color: 4366496.
HSL color Cylindrical-coordinate representation of color #A0A042: hue angle of 60º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0A042 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 66 | - |
| CMYK | 0 | 0 | 0.59 | 0.37 |
| HSL | 60º | 0.42% | 0.44% | - |
| HSV(B) | 60º | 0.59% | 0.63% | - |
| XYZ | 28.05 | 33.01 | 10.05 | - |
| YUV | 149.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 66 | 0 | 0 | 0.59 | 0.37 | 60 | 0.42 | 0.44 |
| Hex | A0 | A0 | 42 | 0 | 0 | 3B | 25 | 3C | 2A | 2C |
| Octal | 240 | 240 | 102 | 0 | 0 | 73 | 45 | 74 | 52 | 54 |
| Binary | 10100000 | 10100000 | 1000010 | 0 | 0 | 111011 | 100101 | 111100 | 101010 | 101100 |
Color Harmonies of #A0A042
Complementary color
Monochromatic Colors of #A0A042
Black with #A0A042
Text Example
Text Example
White with #A0A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A042; }
p { color: rgb(160,160,66); }
H1.HeaderClassName
{
color: #A0A042;
}
.AnyTagClassName
{
color: #A0A042;
}
</style>
background-color css
<style>
a { background-color: #A0A042; }
a { background-color: rgb(160,160,66); }
div.DivClassName
{
background-color: #A0A042;
}
.BgClassName
{
background-color: #A0A042;
}
</style>
border-color css
<style>
span { border-color: #A0A042; }
span { border-color: rgb(160,160,66); }
td.TdClassName
{
border-color: #A0A042;
}
.TagClassName
{
border-color: #A0A042;
}
</style>