Shades of Brass #A1A844
Tints of Brass #A1A844
RGB
CMYK
RGB Variations
Color information
#A1A844 (or 0xA1A844) is known color: Brass. HEX triplet: A1, A8 and 44. RGB value is (161,168,68). Sum of RGB (Red+Green+Blue) = 161+168+68=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A844 is #5E57BB. Grayscale: #9A9A9A. Windows color (decimal): -6182844 or 4499617. OLE color: 4499617.
HSL color Cylindrical-coordinate representation of color #A1A844: hue angle of 64.2º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1A844 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 168 | 68 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.34 |
| HSL | 64.2º | 0.42% | 0.46% | - |
| HSV(B) | 64.2º | 0.6% | 0.66% | - |
| XYZ | 29.74 | 36 | 10.85 | - |
| YUV | 154.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 68 | 0.04 | 0 | 0.60 | 0.34 | 64.2 | 0.42 | 0.46 |
| Hex | A1 | A8 | 44 | 4 | 0 | 3C | 22 | 40 | 2A | 2E |
| Octal | 241 | 250 | 104 | 4 | 0 | 74 | 42 | 100 | 52 | 56 |
| Binary | 10100001 | 10101000 | 1000100 | 100 | 0 | 111100 | 100010 | 1000000 | 101010 | 101110 |
Color Harmonies of #A1A844
Complementary color
Monochromatic Colors of #A1A844
Black with #A1A844
Text Example
Text Example
White with #A1A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A844; }
p { color: rgb(161,168,68); }
H1.HeaderClassName
{
color: #A1A844;
}
.AnyTagClassName
{
color: #A1A844;
}
</style>
background-color css
<style>
a { background-color: #A1A844; }
a { background-color: rgb(161,168,68); }
div.DivClassName
{
background-color: #A1A844;
}
.BgClassName
{
background-color: #A1A844;
}
</style>
border-color css
<style>
span { border-color: #A1A844; }
span { border-color: rgb(161,168,68); }
td.TdClassName
{
border-color: #A1A844;
}
.TagClassName
{
border-color: #A1A844;
}
</style>