Shades of Brass #A1A236
Tints of Brass #A1A236
RGB
CMYK
RGB Variations
Color information
#A1A236 (or 0xA1A236) is known color: Brass. HEX triplet: A1, A2 and 36. RGB value is (161,162,54). Sum of RGB (Red+Green+Blue) = 161+162+54=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A236 is #5E5DC9. Grayscale: #959595. Windows color (decimal): -6184394 or 3580577. OLE color: 3580577.
HSL color Cylindrical-coordinate representation of color #A1A236: hue angle of 60.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1A236 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 54 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.36 |
| HSL | 60.56º | 0.5% | 0.42% | - |
| HSV(B) | 60.56º | 0.67% | 0.64% | - |
| XYZ | 28.28 | 33.68 | 8.5 | - |
| YUV | 149.39 | 74.17 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 54 | 0.01 | 0 | 0.67 | 0.36 | 60.56 | 0.5 | 0.42 |
| Hex | A1 | A2 | 36 | 1 | 0 | 43 | 24 | 3D | 32 | 2A |
| Octal | 241 | 242 | 66 | 1 | 0 | 103 | 44 | 75 | 62 | 52 |
| Binary | 10100001 | 10100010 | 110110 | 1 | 0 | 1000011 | 100100 | 111101 | 110010 | 101010 |
Color Harmonies of #A1A236
Complementary color
Monochromatic Colors of #A1A236
Black with #A1A236
Text Example
Text Example
White with #A1A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A236; }
p { color: rgb(161,162,54); }
H1.HeaderClassName
{
color: #A1A236;
}
.AnyTagClassName
{
color: #A1A236;
}
</style>
background-color css
<style>
a { background-color: #A1A236; }
a { background-color: rgb(161,162,54); }
div.DivClassName
{
background-color: #A1A236;
}
.BgClassName
{
background-color: #A1A236;
}
</style>
border-color css
<style>
span { border-color: #A1A236; }
span { border-color: rgb(161,162,54); }
td.TdClassName
{
border-color: #A1A236;
}
.TagClassName
{
border-color: #A1A236;
}
</style>