Shades of Brass #ACA543
Tints of Brass #ACA543
RGB
CMYK
RGB Variations
Color information
#ACA543 (or 0xACA543) is known color: Brass. HEX triplet: AC, A5 and 43. RGB value is (172,165,67). Sum of RGB (Red+Green+Blue) = 172+165+67=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA543 is #535ABC. Grayscale: #9C9C9C. Windows color (decimal): -5462717 or 4433324. OLE color: 4433324.
HSL color Cylindrical-coordinate representation of color #ACA543: hue angle of 56º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACA543 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 165 | 67 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.33 |
| HSL | 56º | 0.44% | 0.47% | - |
| HSV(B) | 56º | 0.61% | 0.67% | - |
| XYZ | 31.48 | 36.09 | 10.62 | - |
| YUV | 155.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 165 | 67 | 0 | 0.04 | 0.61 | 0.33 | 56 | 0.44 | 0.47 |
| Hex | AC | A5 | 43 | 0 | 4 | 3D | 21 | 38 | 2C | 2F |
| Octal | 254 | 245 | 103 | 0 | 4 | 75 | 41 | 70 | 54 | 57 |
| Binary | 10101100 | 10100101 | 1000011 | 0 | 100 | 111101 | 100001 | 111000 | 101100 | 101111 |
Color Harmonies of #ACA543
Complementary color
Monochromatic Colors of #ACA543
Black with #ACA543
Text Example
Text Example
White with #ACA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA543; }
p { color: rgb(172,165,67); }
H1.HeaderClassName
{
color: #ACA543;
}
.AnyTagClassName
{
color: #ACA543;
}
</style>
background-color css
<style>
a { background-color: #ACA543; }
a { background-color: rgb(172,165,67); }
div.DivClassName
{
background-color: #ACA543;
}
.BgClassName
{
background-color: #ACA543;
}
</style>
border-color css
<style>
span { border-color: #ACA543; }
span { border-color: rgb(172,165,67); }
td.TdClassName
{
border-color: #ACA543;
}
.TagClassName
{
border-color: #ACA543;
}
</style>