Shades of Brass #A4A935
Tints of Brass #A4A935
RGB
CMYK
RGB Variations
Color information
#A4A935 (or 0xA4A935) is known color: Brass. HEX triplet: A4, A9 and 35. RGB value is (164,169,53). Sum of RGB (Red+Green+Blue) = 164+169+53=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A935 is #5B56CA. Grayscale: #9A9A9A. Windows color (decimal): -5985995 or 3516836. OLE color: 3516836.
HSL color Cylindrical-coordinate representation of color #A4A935: hue angle of 62.59º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4A935 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 169 | 53 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.34 |
| HSL | 62.59º | 0.52% | 0.44% | - |
| HSV(B) | 62.59º | 0.69% | 0.66% | - |
| XYZ | 30.14 | 36.53 | 8.83 | - |
| YUV | 154.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 53 | 0.03 | 0 | 0.69 | 0.34 | 62.59 | 0.52 | 0.44 |
| Hex | A4 | A9 | 35 | 3 | 0 | 45 | 22 | 3F | 34 | 2C |
| Octal | 244 | 251 | 65 | 3 | 0 | 105 | 42 | 77 | 64 | 54 |
| Binary | 10100100 | 10101001 | 110101 | 11 | 0 | 1000101 | 100010 | 111111 | 110100 | 101100 |
Color Harmonies of #A4A935
Complementary color
Monochromatic Colors of #A4A935
Black with #A4A935
Text Example
Text Example
White with #A4A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A935; }
p { color: rgb(164,169,53); }
H1.HeaderClassName
{
color: #A4A935;
}
.AnyTagClassName
{
color: #A4A935;
}
</style>
background-color css
<style>
a { background-color: #A4A935; }
a { background-color: rgb(164,169,53); }
div.DivClassName
{
background-color: #A4A935;
}
.BgClassName
{
background-color: #A4A935;
}
</style>
border-color css
<style>
span { border-color: #A4A935; }
span { border-color: rgb(164,169,53); }
td.TdClassName
{
border-color: #A4A935;
}
.TagClassName
{
border-color: #A4A935;
}
</style>