Shades of Brass #ACB434
Tints of Brass #ACB434
RGB
CMYK
RGB Variations
Color information
#ACB434 (or 0xACB434) is known color: Brass. HEX triplet: AC, B4 and 34. RGB value is (172,180,52). Sum of RGB (Red+Green+Blue) = 172+180+52=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB434 is #534BCB. Grayscale: #A3A3A3. Windows color (decimal): -5458892 or 3454124. OLE color: 3454124.
HSL color Cylindrical-coordinate representation of color #ACB434: hue angle of 63.75º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACB434 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 52 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.29 |
| HSL | 63.75º | 0.55% | 0.45% | - |
| HSV(B) | 63.75º | 0.71% | 0.71% | - |
| XYZ | 33.95 | 41.66 | 9.5 | - |
| YUV | 163.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 52 | 0.04 | 0 | 0.71 | 0.29 | 63.75 | 0.55 | 0.45 |
| Hex | AC | B4 | 34 | 4 | 0 | 47 | 1D | 40 | 37 | 2D |
| Octal | 254 | 264 | 64 | 4 | 0 | 107 | 35 | 100 | 67 | 55 |
| Binary | 10101100 | 10110100 | 110100 | 100 | 0 | 1000111 | 11101 | 1000000 | 110111 | 101101 |
Color Harmonies of #ACB434
Complementary color
Monochromatic Colors of #ACB434
Black with #ACB434
Text Example
Text Example
White with #ACB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB434; }
p { color: rgb(172,180,52); }
H1.HeaderClassName
{
color: #ACB434;
}
.AnyTagClassName
{
color: #ACB434;
}
</style>
background-color css
<style>
a { background-color: #ACB434; }
a { background-color: rgb(172,180,52); }
div.DivClassName
{
background-color: #ACB434;
}
.BgClassName
{
background-color: #ACB434;
}
</style>
border-color css
<style>
span { border-color: #ACB434; }
span { border-color: rgb(172,180,52); }
td.TdClassName
{
border-color: #ACB434;
}
.TagClassName
{
border-color: #ACB434;
}
</style>