Shades of Brass #A1A336
Tints of Brass #A1A336
RGB
CMYK
RGB Variations
Color information
#A1A336 (or 0xA1A336) is known color: Brass. HEX triplet: A1, A3 and 36. RGB value is (161,163,54). Sum of RGB (Red+Green+Blue) = 161+163+54=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A336 is #5E5CC9. Grayscale: #969696. Windows color (decimal): -6184138 or 3580833. OLE color: 3580833.
HSL color Cylindrical-coordinate representation of color #A1A336: hue angle of 61.1º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1A336 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 54 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.36 |
| HSL | 61.1º | 0.5% | 0.43% | - |
| HSV(B) | 61.1º | 0.67% | 0.64% | - |
| XYZ | 28.46 | 34.04 | 8.56 | - |
| YUV | 149.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 54 | 0.01 | 0 | 0.67 | 0.36 | 61.1 | 0.5 | 0.43 |
| Hex | A1 | A3 | 36 | 1 | 0 | 43 | 24 | 3D | 32 | 2B |
| Octal | 241 | 243 | 66 | 1 | 0 | 103 | 44 | 75 | 62 | 53 |
| Binary | 10100001 | 10100011 | 110110 | 1 | 0 | 1000011 | 100100 | 111101 | 110010 | 101011 |
Color Harmonies of #A1A336
Complementary color
Monochromatic Colors of #A1A336
Black with #A1A336
Text Example
Text Example
White with #A1A336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A336; }
p { color: rgb(161,163,54); }
H1.HeaderClassName
{
color: #A1A336;
}
.AnyTagClassName
{
color: #A1A336;
}
</style>
background-color css
<style>
a { background-color: #A1A336; }
a { background-color: rgb(161,163,54); }
div.DivClassName
{
background-color: #A1A336;
}
.BgClassName
{
background-color: #A1A336;
}
</style>
border-color css
<style>
span { border-color: #A1A336; }
span { border-color: rgb(161,163,54); }
td.TdClassName
{
border-color: #A1A336;
}
.TagClassName
{
border-color: #A1A336;
}
</style>