Shades of Brass #A1A142
Tints of Brass #A1A142
RGB
CMYK
RGB Variations
Color information
#A1A142 (or 0xA1A142) is known color: Brass. HEX triplet: A1, A1 and 42. RGB value is (161,161,66). Sum of RGB (Red+Green+Blue) = 161+161+66=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A142 is #5E5EBD. Grayscale: #969696. Windows color (decimal): -6184638 or 4366753. OLE color: 4366753.
HSL color Cylindrical-coordinate representation of color #A1A142: hue angle of 60º 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 #A1A142 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 161 | 66 | - |
| CMYK | 0 | 0 | 0.59 | 0.37 |
| HSL | 60º | 0.42% | 0.45% | - |
| HSV(B) | 60º | 0.59% | 0.63% | - |
| XYZ | 28.43 | 33.46 | 10.11 | - |
| YUV | 150.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 161 | 66 | 0 | 0 | 0.59 | 0.37 | 60 | 0.42 | 0.45 |
| Hex | A1 | A1 | 42 | 0 | 0 | 3B | 25 | 3C | 2A | 2D |
| Octal | 241 | 241 | 102 | 0 | 0 | 73 | 45 | 74 | 52 | 55 |
| Binary | 10100001 | 10100001 | 1000010 | 0 | 0 | 111011 | 100101 | 111100 | 101010 | 101101 |
Color Harmonies of #A1A142
Complementary color
Monochromatic Colors of #A1A142
Black with #A1A142
Text Example
Text Example
White with #A1A142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A142; }
p { color: rgb(161,161,66); }
H1.HeaderClassName
{
color: #A1A142;
}
.AnyTagClassName
{
color: #A1A142;
}
</style>
background-color css
<style>
a { background-color: #A1A142; }
a { background-color: rgb(161,161,66); }
div.DivClassName
{
background-color: #A1A142;
}
.BgClassName
{
background-color: #A1A142;
}
</style>
border-color css
<style>
span { border-color: #A1A142; }
span { border-color: rgb(161,161,66); }
td.TdClassName
{
border-color: #A1A142;
}
.TagClassName
{
border-color: #A1A142;
}
</style>