Shades of Brass #ACA64A
Tints of Brass #ACA64A
RGB
CMYK
RGB Variations
Color information
#ACA64A (or 0xACA64A) is known color: Brass. HEX triplet: AC, A6 and 4A. RGB value is (172,166,74). Sum of RGB (Red+Green+Blue) = 172+166+74=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA64A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA64A is #5359B5. Grayscale: #9D9D9D. Windows color (decimal): -5462454 or 4892332. OLE color: 4892332.
HSL color Cylindrical-coordinate representation of color #ACA64A: hue angle of 56.33º 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 #ACA64A is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 166 | 74 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.33 |
| HSL | 56.33º | 0.4% | 0.48% | - |
| HSV(B) | 56.33º | 0.57% | 0.67% | - |
| XYZ | 31.89 | 36.54 | 11.85 | - |
| YUV | 157.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 166 | 74 | 0 | 0.03 | 0.57 | 0.33 | 56.33 | 0.4 | 0.48 |
| Hex | AC | A6 | 4A | 0 | 3 | 39 | 21 | 38 | 28 | 30 |
| Octal | 254 | 246 | 112 | 0 | 3 | 71 | 41 | 70 | 50 | 60 |
| Binary | 10101100 | 10100110 | 1001010 | 0 | 11 | 111001 | 100001 | 111000 | 101000 | 110000 |
Color Harmonies of #ACA64A
Complementary color
Monochromatic Colors of #ACA64A
Black with #ACA64A
Text Example
Text Example
White with #ACA64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA64A; }
p { color: rgb(172,166,74); }
H1.HeaderClassName
{
color: #ACA64A;
}
.AnyTagClassName
{
color: #ACA64A;
}
</style>
background-color css
<style>
a { background-color: #ACA64A; }
a { background-color: rgb(172,166,74); }
div.DivClassName
{
background-color: #ACA64A;
}
.BgClassName
{
background-color: #ACA64A;
}
</style>
border-color css
<style>
span { border-color: #ACA64A; }
span { border-color: rgb(172,166,74); }
td.TdClassName
{
border-color: #ACA64A;
}
.TagClassName
{
border-color: #ACA64A;
}
</style>