Shades of Brass #ACA93E
Tints of Brass #ACA93E
RGB
CMYK
RGB Variations
Color information
#ACA93E (or 0xACA93E) is known color: Brass. HEX triplet: AC, A9 and 3E. RGB value is (172,169,62). Sum of RGB (Red+Green+Blue) = 172+169+62=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA93E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA93E is #5356C1. Grayscale: #9E9E9E. Windows color (decimal): -5461698 or 4106668. OLE color: 4106668.
HSL color Cylindrical-coordinate representation of color #ACA93E: hue angle of 58.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACA93E is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 169 | 62 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.33 |
| HSL | 58.36º | 0.47% | 0.46% | - |
| HSV(B) | 58.36º | 0.64% | 0.67% | - |
| XYZ | 32.07 | 37.49 | 10.1 | - |
| YUV | 157.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 169 | 62 | 0 | 0.02 | 0.64 | 0.33 | 58.36 | 0.47 | 0.46 |
| Hex | AC | A9 | 3E | 0 | 2 | 40 | 21 | 3A | 2F | 2E |
| Octal | 254 | 251 | 76 | 0 | 2 | 100 | 41 | 72 | 57 | 56 |
| Binary | 10101100 | 10101001 | 111110 | 0 | 10 | 1000000 | 100001 | 111010 | 101111 | 101110 |
Color Harmonies of #ACA93E
Complementary color
Monochromatic Colors of #ACA93E
Black with #ACA93E
Text Example
Text Example
White with #ACA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA93E; }
p { color: rgb(172,169,62); }
H1.HeaderClassName
{
color: #ACA93E;
}
.AnyTagClassName
{
color: #ACA93E;
}
</style>
background-color css
<style>
a { background-color: #ACA93E; }
a { background-color: rgb(172,169,62); }
div.DivClassName
{
background-color: #ACA93E;
}
.BgClassName
{
background-color: #ACA93E;
}
</style>
border-color css
<style>
span { border-color: #ACA93E; }
span { border-color: rgb(172,169,62); }
td.TdClassName
{
border-color: #ACA93E;
}
.TagClassName
{
border-color: #ACA93E;
}
</style>