Shades of Brass #A1A34A
Tints of Brass #A1A34A
RGB
CMYK
RGB Variations
Color information
#A1A34A (or 0xA1A34A) is known color: Brass. HEX triplet: A1, A3 and 4A. RGB value is (161,163,74). Sum of RGB (Red+Green+Blue) = 161+163+74=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A34A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A34A is #5E5CB5. Grayscale: #989898. Windows color (decimal): -6184118 or 4891553. OLE color: 4891553.
HSL color Cylindrical-coordinate representation of color #A1A34A: hue angle of 61.35º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1A34A is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 74 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.36 |
| HSL | 61.35º | 0.38% | 0.46% | - |
| HSV(B) | 61.35º | 0.55% | 0.64% | - |
| XYZ | 29.03 | 34.27 | 11.56 | - |
| YUV | 152.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 74 | 0.01 | 0 | 0.55 | 0.36 | 61.35 | 0.38 | 0.46 |
| Hex | A1 | A3 | 4A | 1 | 0 | 37 | 24 | 3D | 26 | 2E |
| Octal | 241 | 243 | 112 | 1 | 0 | 67 | 44 | 75 | 46 | 56 |
| Binary | 10100001 | 10100011 | 1001010 | 1 | 0 | 110111 | 100100 | 111101 | 100110 | 101110 |
Color Harmonies of #A1A34A
Complementary color
Monochromatic Colors of #A1A34A
Black with #A1A34A
Text Example
Text Example
White with #A1A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A34A; }
p { color: rgb(161,163,74); }
H1.HeaderClassName
{
color: #A1A34A;
}
.AnyTagClassName
{
color: #A1A34A;
}
</style>
background-color css
<style>
a { background-color: #A1A34A; }
a { background-color: rgb(161,163,74); }
div.DivClassName
{
background-color: #A1A34A;
}
.BgClassName
{
background-color: #A1A34A;
}
</style>
border-color css
<style>
span { border-color: #A1A34A; }
span { border-color: rgb(161,163,74); }
td.TdClassName
{
border-color: #A1A34A;
}
.TagClassName
{
border-color: #A1A34A;
}
</style>