Shades of Brass #ACB13D
Tints of Brass #ACB13D
RGB
CMYK
RGB Variations
Color information
#ACB13D (or 0xACB13D) is known color: Brass. HEX triplet: AC, B1 and 3D. RGB value is (172,177,61). Sum of RGB (Red+Green+Blue) = 172+177+61=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB13D is #534EC2. Grayscale: #A2A2A2. Windows color (decimal): -5459651 or 4043180. OLE color: 4043180.
HSL color Cylindrical-coordinate representation of color #ACB13D: hue angle of 62.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACB13D is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 61 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.31 |
| HSL | 62.59º | 0.49% | 0.47% | - |
| HSV(B) | 62.59º | 0.66% | 0.69% | - |
| XYZ | 33.58 | 40.55 | 10.47 | - |
| YUV | 162.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 61 | 0.03 | 0 | 0.66 | 0.31 | 62.59 | 0.49 | 0.47 |
| Hex | AC | B1 | 3D | 3 | 0 | 42 | 1F | 3F | 31 | 2F |
| Octal | 254 | 261 | 75 | 3 | 0 | 102 | 37 | 77 | 61 | 57 |
| Binary | 10101100 | 10110001 | 111101 | 11 | 0 | 1000010 | 11111 | 111111 | 110001 | 101111 |
Color Harmonies of #ACB13D
Complementary color
Monochromatic Colors of #ACB13D
Black with #ACB13D
Text Example
Text Example
White with #ACB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB13D; }
p { color: rgb(172,177,61); }
H1.HeaderClassName
{
color: #ACB13D;
}
.AnyTagClassName
{
color: #ACB13D;
}
</style>
background-color css
<style>
a { background-color: #ACB13D; }
a { background-color: rgb(172,177,61); }
div.DivClassName
{
background-color: #ACB13D;
}
.BgClassName
{
background-color: #ACB13D;
}
</style>
border-color css
<style>
span { border-color: #ACB13D; }
span { border-color: rgb(172,177,61); }
td.TdClassName
{
border-color: #ACB13D;
}
.TagClassName
{
border-color: #ACB13D;
}
</style>