Shades of Brass #A1A542
Tints of Brass #A1A542
RGB
CMYK
RGB Variations
Color information
#A1A542 (or 0xA1A542) is known color: Brass. HEX triplet: A1, A5 and 42. RGB value is (161,165,66). Sum of RGB (Red+Green+Blue) = 161+165+66=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A542 is #5E5ABD. Grayscale: #989898. Windows color (decimal): -6183614 or 4367777. OLE color: 4367777.
HSL color Cylindrical-coordinate representation of color #A1A542: hue angle of 62.42º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1A542 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 66 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.35 |
| HSL | 62.42º | 0.43% | 0.45% | - |
| HSV(B) | 62.42º | 0.6% | 0.65% | - |
| XYZ | 29.14 | 34.88 | 10.35 | - |
| YUV | 152.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 66 | 0.02 | 0 | 0.60 | 0.35 | 62.42 | 0.43 | 0.45 |
| Hex | A1 | A5 | 42 | 2 | 0 | 3C | 23 | 3E | 2B | 2D |
| Octal | 241 | 245 | 102 | 2 | 0 | 74 | 43 | 76 | 53 | 55 |
| Binary | 10100001 | 10100101 | 1000010 | 10 | 0 | 111100 | 100011 | 111110 | 101011 | 101101 |
Color Harmonies of #A1A542
Complementary color
Monochromatic Colors of #A1A542
Black with #A1A542
Text Example
Text Example
White with #A1A542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A542; }
p { color: rgb(161,165,66); }
H1.HeaderClassName
{
color: #A1A542;
}
.AnyTagClassName
{
color: #A1A542;
}
</style>
background-color css
<style>
a { background-color: #A1A542; }
a { background-color: rgb(161,165,66); }
div.DivClassName
{
background-color: #A1A542;
}
.BgClassName
{
background-color: #A1A542;
}
</style>
border-color css
<style>
span { border-color: #A1A542; }
span { border-color: rgb(161,165,66); }
td.TdClassName
{
border-color: #A1A542;
}
.TagClassName
{
border-color: #A1A542;
}
</style>