Shades of Rouge #AC3A70
Tints of Rouge #AC3A70
RGB
CMYK
RGB Variations
Color information
#AC3A70 (or 0xAC3A70) is known color: Rouge. HEX triplet: AC, 3A and 70. RGB value is (172,58,112). Sum of RGB (Red+Green+Blue) = 172+58+112=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A70 is #53C58F. Grayscale: #626262. Windows color (decimal): -5490064 or 7355052. OLE color: 7355052.
HSL color Cylindrical-coordinate representation of color #AC3A70: hue angle of 331.58º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3A70 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 112 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.33 |
| HSL | 331.58º | 0.5% | 0.45% | - |
| HSV(B) | 331.58º | 0.66% | 0.67% | - |
| XYZ | 21.45 | 12.97 | 16.7 | - |
| YUV | 98.24 | 135.77 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 112 | 0 | 0.66 | 0.35 | 0.33 | 331.58 | 0.5 | 0.45 |
| Hex | AC | 3A | 70 | 0 | 42 | 23 | 21 | 14C | 32 | 2D |
| Octal | 254 | 72 | 160 | 0 | 102 | 43 | 41 | 514 | 62 | 55 |
| Binary | 10101100 | 111010 | 1110000 | 0 | 1000010 | 100011 | 100001 | 101001100 | 110010 | 101101 |
Color Harmonies of #AC3A70
Complementary color
Monochromatic Colors of #AC3A70
Black with #AC3A70
Text Example
Text Example
White with #AC3A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A70; }
p { color: rgb(172,58,112); }
H1.HeaderClassName
{
color: #AC3A70;
}
.AnyTagClassName
{
color: #AC3A70;
}
</style>
background-color css
<style>
a { background-color: #AC3A70; }
a { background-color: rgb(172,58,112); }
div.DivClassName
{
background-color: #AC3A70;
}
.BgClassName
{
background-color: #AC3A70;
}
</style>
border-color css
<style>
span { border-color: #AC3A70; }
span { border-color: rgb(172,58,112); }
td.TdClassName
{
border-color: #AC3A70;
}
.TagClassName
{
border-color: #AC3A70;
}
</style>