Shades of Brass #A1A24D
Tints of Brass #A1A24D
RGB
CMYK
RGB Variations
Color information
#A1A24D (or 0xA1A24D) is known color: Brass. HEX triplet: A1, A2 and 4D. RGB value is (161,162,77). Sum of RGB (Red+Green+Blue) = 161+162+77=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A24D is #5E5DB2. Grayscale: #989898. Windows color (decimal): -6184371 or 5087905. OLE color: 5087905.
HSL color Cylindrical-coordinate representation of color #A1A24D: hue angle of 60.71º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1A24D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 77 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.36 |
| HSL | 60.71º | 0.36% | 0.47% | - |
| HSV(B) | 60.71º | 0.52% | 0.64% | - |
| XYZ | 28.96 | 33.95 | 12.05 | - |
| YUV | 152.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 77 | 0.01 | 0 | 0.52 | 0.36 | 60.71 | 0.36 | 0.47 |
| Hex | A1 | A2 | 4D | 1 | 0 | 34 | 24 | 3D | 24 | 2F |
| Octal | 241 | 242 | 115 | 1 | 0 | 64 | 44 | 75 | 44 | 57 |
| Binary | 10100001 | 10100010 | 1001101 | 1 | 0 | 110100 | 100100 | 111101 | 100100 | 101111 |
Color Harmonies of #A1A24D
Complementary color
Monochromatic Colors of #A1A24D
Black with #A1A24D
Text Example
Text Example
White with #A1A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A24D; }
p { color: rgb(161,162,77); }
H1.HeaderClassName
{
color: #A1A24D;
}
.AnyTagClassName
{
color: #A1A24D;
}
</style>
background-color css
<style>
a { background-color: #A1A24D; }
a { background-color: rgb(161,162,77); }
div.DivClassName
{
background-color: #A1A24D;
}
.BgClassName
{
background-color: #A1A24D;
}
</style>
border-color css
<style>
span { border-color: #A1A24D; }
span { border-color: rgb(161,162,77); }
td.TdClassName
{
border-color: #A1A24D;
}
.TagClassName
{
border-color: #A1A24D;
}
</style>