Shades of Brass #A1A43D
Tints of Brass #A1A43D
RGB
CMYK
RGB Variations
Color information
#A1A43D (or 0xA1A43D) is known color: Brass. HEX triplet: A1, A4 and 3D. RGB value is (161,164,61). Sum of RGB (Red+Green+Blue) = 161+164+61=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A43D is #5E5BC2. Grayscale: #979797. Windows color (decimal): -6183875 or 4039841. OLE color: 4039841.
HSL color Cylindrical-coordinate representation of color #A1A43D: hue angle of 61.75º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1A43D is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 61 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.36 |
| HSL | 61.75º | 0.46% | 0.44% | - |
| HSV(B) | 61.75º | 0.63% | 0.64% | - |
| XYZ | 28.82 | 34.46 | 9.55 | - |
| YUV | 151.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 61 | 0.02 | 0 | 0.63 | 0.36 | 61.75 | 0.46 | 0.44 |
| Hex | A1 | A4 | 3D | 2 | 0 | 3F | 24 | 3E | 2E | 2C |
| Octal | 241 | 244 | 75 | 2 | 0 | 77 | 44 | 76 | 56 | 54 |
| Binary | 10100001 | 10100100 | 111101 | 10 | 0 | 111111 | 100100 | 111110 | 101110 | 101100 |
Color Harmonies of #A1A43D
Complementary color
Monochromatic Colors of #A1A43D
Black with #A1A43D
Text Example
Text Example
White with #A1A43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A43D; }
p { color: rgb(161,164,61); }
H1.HeaderClassName
{
color: #A1A43D;
}
.AnyTagClassName
{
color: #A1A43D;
}
</style>
background-color css
<style>
a { background-color: #A1A43D; }
a { background-color: rgb(161,164,61); }
div.DivClassName
{
background-color: #A1A43D;
}
.BgClassName
{
background-color: #A1A43D;
}
</style>
border-color css
<style>
span { border-color: #A1A43D; }
span { border-color: rgb(161,164,61); }
td.TdClassName
{
border-color: #A1A43D;
}
.TagClassName
{
border-color: #A1A43D;
}
</style>