Shades of Brass #ACB03D
Tints of Brass #ACB03D
RGB
CMYK
RGB Variations
Color information
#ACB03D (or 0xACB03D) is known color: Brass. HEX triplet: AC, B0 and 3D. RGB value is (172,176,61). Sum of RGB (Red+Green+Blue) = 172+176+61=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB03D is #534FC2. Grayscale: #A2A2A2. Windows color (decimal): -5459907 or 4042924. OLE color: 4042924.
HSL color Cylindrical-coordinate representation of color #ACB03D: hue angle of 62.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACB03D is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 61 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.31 |
| HSL | 62.09º | 0.49% | 0.46% | - |
| HSV(B) | 62.09º | 0.65% | 0.69% | - |
| XYZ | 33.38 | 40.16 | 10.41 | - |
| YUV | 161.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 61 | 0.02 | 0 | 0.65 | 0.31 | 62.09 | 0.49 | 0.46 |
| Hex | AC | B0 | 3D | 2 | 0 | 41 | 1F | 3E | 31 | 2E |
| Octal | 254 | 260 | 75 | 2 | 0 | 101 | 37 | 76 | 61 | 56 |
| Binary | 10101100 | 10110000 | 111101 | 10 | 0 | 1000001 | 11111 | 111110 | 110001 | 101110 |
Color Harmonies of #ACB03D
Complementary color
Monochromatic Colors of #ACB03D
Black with #ACB03D
Text Example
Text Example
White with #ACB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB03D; }
p { color: rgb(172,176,61); }
H1.HeaderClassName
{
color: #ACB03D;
}
.AnyTagClassName
{
color: #ACB03D;
}
</style>
background-color css
<style>
a { background-color: #ACB03D; }
a { background-color: rgb(172,176,61); }
div.DivClassName
{
background-color: #ACB03D;
}
.BgClassName
{
background-color: #ACB03D;
}
</style>
border-color css
<style>
span { border-color: #ACB03D; }
span { border-color: rgb(172,176,61); }
td.TdClassName
{
border-color: #ACB03D;
}
.TagClassName
{
border-color: #ACB03D;
}
</style>