Shades of Brass #ACB141
Tints of Brass #ACB141
RGB
CMYK
RGB Variations
Color information
#ACB141 (or 0xACB141) is known color: Brass. HEX triplet: AC, B1 and 41. RGB value is (172,177,65). Sum of RGB (Red+Green+Blue) = 172+177+65=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB141 is #534EBE. Grayscale: #A3A3A3. Windows color (decimal): -5459647 or 4305324. OLE color: 4305324.
HSL color Cylindrical-coordinate representation of color #ACB141: hue angle of 62.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACB141 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 65 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.31 |
| HSL | 62.68º | 0.46% | 0.47% | - |
| HSV(B) | 62.68º | 0.63% | 0.69% | - |
| XYZ | 33.69 | 40.6 | 11.06 | - |
| YUV | 162.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 65 | 0.03 | 0 | 0.63 | 0.31 | 62.68 | 0.46 | 0.47 |
| Hex | AC | B1 | 41 | 3 | 0 | 3F | 1F | 3F | 2E | 2F |
| Octal | 254 | 261 | 101 | 3 | 0 | 77 | 37 | 77 | 56 | 57 |
| Binary | 10101100 | 10110001 | 1000001 | 11 | 0 | 111111 | 11111 | 111111 | 101110 | 101111 |
Color Harmonies of #ACB141
Complementary color
Monochromatic Colors of #ACB141
Black with #ACB141
Text Example
Text Example
White with #ACB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB141; }
p { color: rgb(172,177,65); }
H1.HeaderClassName
{
color: #ACB141;
}
.AnyTagClassName
{
color: #ACB141;
}
</style>
background-color css
<style>
a { background-color: #ACB141; }
a { background-color: rgb(172,177,65); }
div.DivClassName
{
background-color: #ACB141;
}
.BgClassName
{
background-color: #ACB141;
}
</style>
border-color css
<style>
span { border-color: #ACB141; }
span { border-color: rgb(172,177,65); }
td.TdClassName
{
border-color: #ACB141;
}
.TagClassName
{
border-color: #ACB141;
}
</style>