Shades of Brass #A4A945
Tints of Brass #A4A945
RGB
CMYK
RGB Variations
Color information
#A4A945 (or 0xA4A945) is known color: Brass. HEX triplet: A4, A9 and 45. RGB value is (164,169,69). Sum of RGB (Red+Green+Blue) = 164+169+69=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A945 is #5B56BA. Grayscale: #9C9C9C. Windows color (decimal): -5985979 or 4565412. OLE color: 4565412.
HSL color Cylindrical-coordinate representation of color #A4A945: hue angle of 63º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4A945 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 169 | 69 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.34 |
| HSL | 63º | 0.42% | 0.47% | - |
| HSV(B) | 63º | 0.59% | 0.66% | - |
| XYZ | 30.57 | 36.7 | 11.1 | - |
| YUV | 156.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 69 | 0.03 | 0 | 0.59 | 0.34 | 63 | 0.42 | 0.47 |
| Hex | A4 | A9 | 45 | 3 | 0 | 3B | 22 | 3F | 2A | 2F |
| Octal | 244 | 251 | 105 | 3 | 0 | 73 | 42 | 77 | 52 | 57 |
| Binary | 10100100 | 10101001 | 1000101 | 11 | 0 | 111011 | 100010 | 111111 | 101010 | 101111 |
Color Harmonies of #A4A945
Complementary color
Monochromatic Colors of #A4A945
Black with #A4A945
Text Example
Text Example
White with #A4A945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A945; }
p { color: rgb(164,169,69); }
H1.HeaderClassName
{
color: #A4A945;
}
.AnyTagClassName
{
color: #A4A945;
}
</style>
background-color css
<style>
a { background-color: #A4A945; }
a { background-color: rgb(164,169,69); }
div.DivClassName
{
background-color: #A4A945;
}
.BgClassName
{
background-color: #A4A945;
}
</style>
border-color css
<style>
span { border-color: #A4A945; }
span { border-color: rgb(164,169,69); }
td.TdClassName
{
border-color: #A4A945;
}
.TagClassName
{
border-color: #A4A945;
}
</style>