Shades of Red Stage #AC5430
Tints of Red Stage #AC5430
RGB
CMYK
RGB Variations
Color information
#AC5430 (or 0xAC5430) is known color: Red Stage. HEX triplet: AC, 54 and 30. RGB value is (172,84,48). Sum of RGB (Red+Green+Blue) = 172+84+48=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5430 is #53ABCF. Grayscale: #6A6A6A. Windows color (decimal): -5483472 or 3167404. OLE color: 3167404.
HSL color Cylindrical-coordinate representation of color #AC5430: hue angle of 17.42º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC5430 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 48 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.33 |
| HSL | 17.42º | 0.56% | 0.43% | - |
| HSV(B) | 17.42º | 0.72% | 0.67% | - |
| XYZ | 20.72 | 15.32 | 4.66 | - |
| YUV | 106.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 48 | 0 | 0.51 | 0.72 | 0.33 | 17.42 | 0.56 | 0.43 |
| Hex | AC | 54 | 30 | 0 | 33 | 48 | 21 | 11 | 38 | 2B |
| Octal | 254 | 124 | 60 | 0 | 63 | 110 | 41 | 21 | 70 | 53 |
| Binary | 10101100 | 1010100 | 110000 | 0 | 110011 | 1001000 | 100001 | 10001 | 111000 | 101011 |
Color Harmonies of #AC5430
Complementary color
Monochromatic Colors of #AC5430
Black with #AC5430
Text Example
Text Example
White with #AC5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5430; }
p { color: rgb(172,84,48); }
H1.HeaderClassName
{
color: #AC5430;
}
.AnyTagClassName
{
color: #AC5430;
}
</style>
background-color css
<style>
a { background-color: #AC5430; }
a { background-color: rgb(172,84,48); }
div.DivClassName
{
background-color: #AC5430;
}
.BgClassName
{
background-color: #AC5430;
}
</style>
border-color css
<style>
span { border-color: #AC5430; }
span { border-color: rgb(172,84,48); }
td.TdClassName
{
border-color: #AC5430;
}
.TagClassName
{
border-color: #AC5430;
}
</style>