Shades of Brass #A4A351
Tints of Brass #A4A351
RGB
CMYK
RGB Variations
Color information
#A4A351 (or 0xA4A351) is known color: Brass. HEX triplet: A4, A3 and 51. RGB value is (164,163,81). Sum of RGB (Red+Green+Blue) = 164+163+81=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A351 is #5B5CAE. Grayscale: #9A9A9A. Windows color (decimal): -5987503 or 5350308. OLE color: 5350308.
HSL color Cylindrical-coordinate representation of color #A4A351: hue angle of 59.28º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4A351 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 81 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.36 |
| HSL | 59.28º | 0.34% | 0.48% | - |
| HSV(B) | 59.28º | 0.51% | 0.64% | - |
| XYZ | 29.89 | 34.68 | 12.9 | - |
| YUV | 153.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 81 | 0 | 0.01 | 0.51 | 0.36 | 59.28 | 0.34 | 0.48 |
| Hex | A4 | A3 | 51 | 0 | 1 | 33 | 24 | 3B | 22 | 30 |
| Octal | 244 | 243 | 121 | 0 | 1 | 63 | 44 | 73 | 42 | 60 |
| Binary | 10100100 | 10100011 | 1010001 | 0 | 1 | 110011 | 100100 | 111011 | 100010 | 110000 |
Color Harmonies of #A4A351
Complementary color
Monochromatic Colors of #A4A351
Black with #A4A351
Text Example
Text Example
White with #A4A351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A351; }
p { color: rgb(164,163,81); }
H1.HeaderClassName
{
color: #A4A351;
}
.AnyTagClassName
{
color: #A4A351;
}
</style>
background-color css
<style>
a { background-color: #A4A351; }
a { background-color: rgb(164,163,81); }
div.DivClassName
{
background-color: #A4A351;
}
.BgClassName
{
background-color: #A4A351;
}
</style>
border-color css
<style>
span { border-color: #A4A351; }
span { border-color: rgb(164,163,81); }
td.TdClassName
{
border-color: #A4A351;
}
.TagClassName
{
border-color: #A4A351;
}
</style>