Shades of Brass #A4AC39
Tints of Brass #A4AC39
RGB
CMYK
RGB Variations
Color information
#A4AC39 (or 0xA4AC39) is known color: Brass. HEX triplet: A4, AC and 39. RGB value is (164,172,57). Sum of RGB (Red+Green+Blue) = 164+172+57=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AC39 is #5B53C6. Grayscale: #9C9C9C. Windows color (decimal): -5985223 or 3779748. OLE color: 3779748.
HSL color Cylindrical-coordinate representation of color #A4AC39: hue angle of 64.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4AC39 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 172 | 57 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.33 |
| HSL | 64.17º | 0.5% | 0.45% | - |
| HSV(B) | 64.17º | 0.67% | 0.67% | - |
| XYZ | 30.8 | 37.69 | 9.52 | - |
| YUV | 156.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 57 | 0.05 | 0 | 0.67 | 0.33 | 64.17 | 0.5 | 0.45 |
| Hex | A4 | AC | 39 | 5 | 0 | 43 | 21 | 40 | 32 | 2D |
| Octal | 244 | 254 | 71 | 5 | 0 | 103 | 41 | 100 | 62 | 55 |
| Binary | 10100100 | 10101100 | 111001 | 101 | 0 | 1000011 | 100001 | 1000000 | 110010 | 101101 |
Color Harmonies of #A4AC39
Complementary color
Monochromatic Colors of #A4AC39
Black with #A4AC39
Text Example
Text Example
White with #A4AC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AC39; }
p { color: rgb(164,172,57); }
H1.HeaderClassName
{
color: #A4AC39;
}
.AnyTagClassName
{
color: #A4AC39;
}
</style>
background-color css
<style>
a { background-color: #A4AC39; }
a { background-color: rgb(164,172,57); }
div.DivClassName
{
background-color: #A4AC39;
}
.BgClassName
{
background-color: #A4AC39;
}
</style>
border-color css
<style>
span { border-color: #A4AC39; }
span { border-color: rgb(164,172,57); }
td.TdClassName
{
border-color: #A4AC39;
}
.TagClassName
{
border-color: #A4AC39;
}
</style>