Shades of Brass #ACA33C
Tints of Brass #ACA33C
RGB
CMYK
RGB Variations
Color information
#ACA33C (or 0xACA33C) is known color: Brass. HEX triplet: AC, A3 and 3C. RGB value is (172,163,60). Sum of RGB (Red+Green+Blue) = 172+163+60=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA33C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA33C is #535CC3. Grayscale: #9A9A9A. Windows color (decimal): -5463236 or 3974060. OLE color: 3974060.
HSL color Cylindrical-coordinate representation of color #ACA33C: hue angle of 55.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACA33C is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 163 | 60 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.33 |
| HSL | 55.18º | 0.48% | 0.45% | - |
| HSV(B) | 55.18º | 0.65% | 0.67% | - |
| XYZ | 30.93 | 35.29 | 9.46 | - |
| YUV | 153.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 163 | 60 | 0 | 0.05 | 0.65 | 0.33 | 55.18 | 0.48 | 0.45 |
| Hex | AC | A3 | 3C | 0 | 5 | 41 | 21 | 37 | 30 | 2D |
| Octal | 254 | 243 | 74 | 0 | 5 | 101 | 41 | 67 | 60 | 55 |
| Binary | 10101100 | 10100011 | 111100 | 0 | 101 | 1000001 | 100001 | 110111 | 110000 | 101101 |
Color Harmonies of #ACA33C
Complementary color
Monochromatic Colors of #ACA33C
Black with #ACA33C
Text Example
Text Example
White with #ACA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA33C; }
p { color: rgb(172,163,60); }
H1.HeaderClassName
{
color: #ACA33C;
}
.AnyTagClassName
{
color: #ACA33C;
}
</style>
background-color css
<style>
a { background-color: #ACA33C; }
a { background-color: rgb(172,163,60); }
div.DivClassName
{
background-color: #ACA33C;
}
.BgClassName
{
background-color: #ACA33C;
}
</style>
border-color css
<style>
span { border-color: #ACA33C; }
span { border-color: rgb(172,163,60); }
td.TdClassName
{
border-color: #ACA33C;
}
.TagClassName
{
border-color: #ACA33C;
}
</style>