Shades of Brass #A3A04B
Tints of Brass #A3A04B
RGB
CMYK
RGB Variations
Color information
#A3A04B (or 0xA3A04B) is known color: Brass. HEX triplet: A3, A0 and 4B. RGB value is (163,160,75). Sum of RGB (Red+Green+Blue) = 163+160+75=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A04B is #5C5FB4. Grayscale: #979797. Windows color (decimal): -6053813 or 4956323. OLE color: 4956323.
HSL color Cylindrical-coordinate representation of color #A3A04B: hue angle of 57.95º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3A04B is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 75 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.36 |
| HSL | 57.95º | 0.37% | 0.47% | - |
| HSV(B) | 57.95º | 0.54% | 0.64% | - |
| XYZ | 28.95 | 33.44 | 11.58 | - |
| YUV | 151.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 75 | 0 | 0.02 | 0.54 | 0.36 | 57.95 | 0.37 | 0.47 |
| Hex | A3 | A0 | 4B | 0 | 2 | 36 | 24 | 3A | 25 | 2F |
| Octal | 243 | 240 | 113 | 0 | 2 | 66 | 44 | 72 | 45 | 57 |
| Binary | 10100011 | 10100000 | 1001011 | 0 | 10 | 110110 | 100100 | 111010 | 100101 | 101111 |
Color Harmonies of #A3A04B
Complementary color
Monochromatic Colors of #A3A04B
Black with #A3A04B
Text Example
Text Example
White with #A3A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A04B; }
p { color: rgb(163,160,75); }
H1.HeaderClassName
{
color: #A3A04B;
}
.AnyTagClassName
{
color: #A3A04B;
}
</style>
background-color css
<style>
a { background-color: #A3A04B; }
a { background-color: rgb(163,160,75); }
div.DivClassName
{
background-color: #A3A04B;
}
.BgClassName
{
background-color: #A3A04B;
}
</style>
border-color css
<style>
span { border-color: #A3A04B; }
span { border-color: rgb(163,160,75); }
td.TdClassName
{
border-color: #A3A04B;
}
.TagClassName
{
border-color: #A3A04B;
}
</style>