Shades of Brass #A1A736
Tints of Brass #A1A736
RGB
CMYK
RGB Variations
Color information
#A1A736 (or 0xA1A736) is known color: Brass. HEX triplet: A1, A7 and 36. RGB value is (161,167,54). Sum of RGB (Red+Green+Blue) = 161+167+54=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A736 is #5E58C9. Grayscale: #989898. Windows color (decimal): -6183114 or 3581857. OLE color: 3581857.
HSL color Cylindrical-coordinate representation of color #A1A736: hue angle of 63.19º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1A736 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 54 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.35 |
| HSL | 63.19º | 0.51% | 0.43% | - |
| HSV(B) | 63.19º | 0.68% | 0.65% | - |
| XYZ | 29.18 | 35.48 | 8.8 | - |
| YUV | 152.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 54 | 0.04 | 0 | 0.68 | 0.35 | 63.19 | 0.51 | 0.43 |
| Hex | A1 | A7 | 36 | 4 | 0 | 44 | 23 | 3F | 33 | 2B |
| Octal | 241 | 247 | 66 | 4 | 0 | 104 | 43 | 77 | 63 | 53 |
| Binary | 10100001 | 10100111 | 110110 | 100 | 0 | 1000100 | 100011 | 111111 | 110011 | 101011 |
Color Harmonies of #A1A736
Complementary color
Monochromatic Colors of #A1A736
Black with #A1A736
Text Example
Text Example
White with #A1A736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A736; }
p { color: rgb(161,167,54); }
H1.HeaderClassName
{
color: #A1A736;
}
.AnyTagClassName
{
color: #A1A736;
}
</style>
background-color css
<style>
a { background-color: #A1A736; }
a { background-color: rgb(161,167,54); }
div.DivClassName
{
background-color: #A1A736;
}
.BgClassName
{
background-color: #A1A736;
}
</style>
border-color css
<style>
span { border-color: #A1A736; }
span { border-color: rgb(161,167,54); }
td.TdClassName
{
border-color: #A1A736;
}
.TagClassName
{
border-color: #A1A736;
}
</style>