Shades of Brass #A1A042
Tints of Brass #A1A042
RGB
CMYK
RGB Variations
Color information
#A1A042 (or 0xA1A042) is known color: Brass. HEX triplet: A1, A0 and 42. RGB value is (161,160,66). Sum of RGB (Red+Green+Blue) = 161+160+66=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A042 is #5E5FBD. Grayscale: #959595. Windows color (decimal): -6184894 or 4366497. OLE color: 4366497.
HSL color Cylindrical-coordinate representation of color #A1A042: hue angle of 59.37º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1A042 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 66 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.37 |
| HSL | 59.37º | 0.42% | 0.45% | - |
| HSV(B) | 59.37º | 0.59% | 0.63% | - |
| XYZ | 28.25 | 33.11 | 10.06 | - |
| YUV | 149.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 66 | 0 | 0.01 | 0.59 | 0.37 | 59.37 | 0.42 | 0.45 |
| Hex | A1 | A0 | 42 | 0 | 1 | 3B | 25 | 3B | 2A | 2D |
| Octal | 241 | 240 | 102 | 0 | 1 | 73 | 45 | 73 | 52 | 55 |
| Binary | 10100001 | 10100000 | 1000010 | 0 | 1 | 111011 | 100101 | 111011 | 101010 | 101101 |
Color Harmonies of #A1A042
Complementary color
Monochromatic Colors of #A1A042
Black with #A1A042
Text Example
Text Example
White with #A1A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A042; }
p { color: rgb(161,160,66); }
H1.HeaderClassName
{
color: #A1A042;
}
.AnyTagClassName
{
color: #A1A042;
}
</style>
background-color css
<style>
a { background-color: #A1A042; }
a { background-color: rgb(161,160,66); }
div.DivClassName
{
background-color: #A1A042;
}
.BgClassName
{
background-color: #A1A042;
}
</style>
border-color css
<style>
span { border-color: #A1A042; }
span { border-color: rgb(161,160,66); }
td.TdClassName
{
border-color: #A1A042;
}
.TagClassName
{
border-color: #A1A042;
}
</style>