Shades of Brass #A4A04B
Tints of Brass #A4A04B
RGB
CMYK
RGB Variations
Color information
#A4A04B (or 0xA4A04B) is known color: Brass. HEX triplet: A4, A0 and 4B. RGB value is (164,160,75). Sum of RGB (Red+Green+Blue) = 164+160+75=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A04B is #5B5FB4. Grayscale: #979797. Windows color (decimal): -5988277 or 4956324. OLE color: 4956324.
HSL color Cylindrical-coordinate representation of color #A4A04B: hue angle of 57.3º 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 #A4A04B is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 160 | 75 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.36 |
| HSL | 57.3º | 0.37% | 0.47% | - |
| HSV(B) | 57.3º | 0.54% | 0.64% | - |
| XYZ | 29.15 | 33.54 | 11.59 | - |
| YUV | 151.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 75 | 0 | 0.02 | 0.54 | 0.36 | 57.3 | 0.37 | 0.47 |
| Hex | A4 | A0 | 4B | 0 | 2 | 36 | 24 | 39 | 25 | 2F |
| Octal | 244 | 240 | 113 | 0 | 2 | 66 | 44 | 71 | 45 | 57 |
| Binary | 10100100 | 10100000 | 1001011 | 0 | 10 | 110110 | 100100 | 111001 | 100101 | 101111 |
Color Harmonies of #A4A04B
Complementary color
Monochromatic Colors of #A4A04B
Black with #A4A04B
Text Example
Text Example
White with #A4A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A04B; }
p { color: rgb(164,160,75); }
H1.HeaderClassName
{
color: #A4A04B;
}
.AnyTagClassName
{
color: #A4A04B;
}
</style>
background-color css
<style>
a { background-color: #A4A04B; }
a { background-color: rgb(164,160,75); }
div.DivClassName
{
background-color: #A4A04B;
}
.BgClassName
{
background-color: #A4A04B;
}
</style>
border-color css
<style>
span { border-color: #A4A04B; }
span { border-color: rgb(164,160,75); }
td.TdClassName
{
border-color: #A4A04B;
}
.TagClassName
{
border-color: #A4A04B;
}
</style>