Shades of Brass #ACB13C
Tints of Brass #ACB13C
RGB
CMYK
RGB Variations
Color information
#ACB13C (or 0xACB13C) is known color: Brass. HEX triplet: AC, B1 and 3C. RGB value is (172,177,60). Sum of RGB (Red+Green+Blue) = 172+177+60=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB13C is #534EC3. Grayscale: #A2A2A2. Windows color (decimal): -5459652 or 3977644. OLE color: 3977644.
HSL color Cylindrical-coordinate representation of color #ACB13C: hue angle of 62.56º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACB13C is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 60 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.31 |
| HSL | 62.56º | 0.49% | 0.46% | - |
| HSV(B) | 62.56º | 0.66% | 0.69% | - |
| XYZ | 33.55 | 40.54 | 10.33 | - |
| YUV | 162.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 60 | 0.03 | 0 | 0.66 | 0.31 | 62.56 | 0.49 | 0.46 |
| Hex | AC | B1 | 3C | 3 | 0 | 42 | 1F | 3F | 31 | 2E |
| Octal | 254 | 261 | 74 | 3 | 0 | 102 | 37 | 77 | 61 | 56 |
| Binary | 10101100 | 10110001 | 111100 | 11 | 0 | 1000010 | 11111 | 111111 | 110001 | 101110 |
Color Harmonies of #ACB13C
Complementary color
Monochromatic Colors of #ACB13C
Black with #ACB13C
Text Example
Text Example
White with #ACB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB13C; }
p { color: rgb(172,177,60); }
H1.HeaderClassName
{
color: #ACB13C;
}
.AnyTagClassName
{
color: #ACB13C;
}
</style>
background-color css
<style>
a { background-color: #ACB13C; }
a { background-color: rgb(172,177,60); }
div.DivClassName
{
background-color: #ACB13C;
}
.BgClassName
{
background-color: #ACB13C;
}
</style>
border-color css
<style>
span { border-color: #ACB13C; }
span { border-color: rgb(172,177,60); }
td.TdClassName
{
border-color: #ACB13C;
}
.TagClassName
{
border-color: #ACB13C;
}
</style>