Shades of Brass #A4A63C
Tints of Brass #A4A63C
RGB
CMYK
RGB Variations
Color information
#A4A63C (or 0xA4A63C) is known color: Brass. HEX triplet: A4, A6 and 3C. RGB value is (164,166,60). Sum of RGB (Red+Green+Blue) = 164+166+60=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A63C is #5B59C3. Grayscale: #999999. Windows color (decimal): -5986756 or 3974820. OLE color: 3974820.
HSL color Cylindrical-coordinate representation of color #A4A63C: hue angle of 61.13º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4A63C is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 60 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.35 |
| HSL | 61.13º | 0.47% | 0.44% | - |
| HSV(B) | 61.13º | 0.64% | 0.65% | - |
| XYZ | 29.76 | 35.49 | 9.56 | - |
| YUV | 153.32 | 75.34 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 60 | 0.01 | 0 | 0.64 | 0.35 | 61.13 | 0.47 | 0.44 |
| Hex | A4 | A6 | 3C | 1 | 0 | 40 | 23 | 3D | 2F | 2C |
| Octal | 244 | 246 | 74 | 1 | 0 | 100 | 43 | 75 | 57 | 54 |
| Binary | 10100100 | 10100110 | 111100 | 1 | 0 | 1000000 | 100011 | 111101 | 101111 | 101100 |
Color Harmonies of #A4A63C
Complementary color
Monochromatic Colors of #A4A63C
Black with #A4A63C
Text Example
Text Example
White with #A4A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A63C; }
p { color: rgb(164,166,60); }
H1.HeaderClassName
{
color: #A4A63C;
}
.AnyTagClassName
{
color: #A4A63C;
}
</style>
background-color css
<style>
a { background-color: #A4A63C; }
a { background-color: rgb(164,166,60); }
div.DivClassName
{
background-color: #A4A63C;
}
.BgClassName
{
background-color: #A4A63C;
}
</style>
border-color css
<style>
span { border-color: #A4A63C; }
span { border-color: rgb(164,166,60); }
td.TdClassName
{
border-color: #A4A63C;
}
.TagClassName
{
border-color: #A4A63C;
}
</style>