Shades of Brass #A4A735
Tints of Brass #A4A735
RGB
CMYK
RGB Variations
Color information
#A4A735 (or 0xA4A735) is known color: Brass. HEX triplet: A4, A7 and 35. RGB value is (164,167,53). Sum of RGB (Red+Green+Blue) = 164+167+53=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A735 is #5B58CA. Grayscale: #999999. Windows color (decimal): -5986507 or 3516324. OLE color: 3516324.
HSL color Cylindrical-coordinate representation of color #A4A735: hue angle of 61.58º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4A735 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 167 | 53 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.35 |
| HSL | 61.58º | 0.52% | 0.43% | - |
| HSV(B) | 61.58º | 0.68% | 0.65% | - |
| XYZ | 29.77 | 35.79 | 8.71 | - |
| YUV | 153.11 | 71.51 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 53 | 0.02 | 0 | 0.68 | 0.35 | 61.58 | 0.52 | 0.43 |
| Hex | A4 | A7 | 35 | 2 | 0 | 44 | 23 | 3E | 34 | 2B |
| Octal | 244 | 247 | 65 | 2 | 0 | 104 | 43 | 76 | 64 | 53 |
| Binary | 10100100 | 10100111 | 110101 | 10 | 0 | 1000100 | 100011 | 111110 | 110100 | 101011 |
Color Harmonies of #A4A735
Complementary color
Monochromatic Colors of #A4A735
Black with #A4A735
Text Example
Text Example
White with #A4A735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A735; }
p { color: rgb(164,167,53); }
H1.HeaderClassName
{
color: #A4A735;
}
.AnyTagClassName
{
color: #A4A735;
}
</style>
background-color css
<style>
a { background-color: #A4A735; }
a { background-color: rgb(164,167,53); }
div.DivClassName
{
background-color: #A4A735;
}
.BgClassName
{
background-color: #A4A735;
}
</style>
border-color css
<style>
span { border-color: #A4A735; }
span { border-color: rgb(164,167,53); }
td.TdClassName
{
border-color: #A4A735;
}
.TagClassName
{
border-color: #A4A735;
}
</style>