Shades of Brass #ACA84A
Tints of Brass #ACA84A
RGB
CMYK
RGB Variations
Color information
#ACA84A (or 0xACA84A) is known color: Brass. HEX triplet: AC, A8 and 4A. RGB value is (172,168,74). Sum of RGB (Red+Green+Blue) = 172+168+74=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA84A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA84A is #5357B5. Grayscale: #9E9E9E. Windows color (decimal): -5461942 or 4892844. OLE color: 4892844.
HSL color Cylindrical-coordinate representation of color #ACA84A: hue angle of 57.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACA84A is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 74 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.33 |
| HSL | 57.55º | 0.4% | 0.48% | - |
| HSV(B) | 57.55º | 0.57% | 0.67% | - |
| XYZ | 32.25 | 37.27 | 11.97 | - |
| YUV | 158.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 74 | 0 | 0.02 | 0.57 | 0.33 | 57.55 | 0.4 | 0.48 |
| Hex | AC | A8 | 4A | 0 | 2 | 39 | 21 | 3A | 28 | 30 |
| Octal | 254 | 250 | 112 | 0 | 2 | 71 | 41 | 72 | 50 | 60 |
| Binary | 10101100 | 10101000 | 1001010 | 0 | 10 | 111001 | 100001 | 111010 | 101000 | 110000 |
Color Harmonies of #ACA84A
Complementary color
Monochromatic Colors of #ACA84A
Black with #ACA84A
Text Example
Text Example
White with #ACA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA84A; }
p { color: rgb(172,168,74); }
H1.HeaderClassName
{
color: #ACA84A;
}
.AnyTagClassName
{
color: #ACA84A;
}
</style>
background-color css
<style>
a { background-color: #ACA84A; }
a { background-color: rgb(172,168,74); }
div.DivClassName
{
background-color: #ACA84A;
}
.BgClassName
{
background-color: #ACA84A;
}
</style>
border-color css
<style>
span { border-color: #ACA84A; }
span { border-color: rgb(172,168,74); }
td.TdClassName
{
border-color: #ACA84A;
}
.TagClassName
{
border-color: #ACA84A;
}
</style>