Shades of Rouge #AC3A6B
Tints of Rouge #AC3A6B
RGB
CMYK
RGB Variations
Color information
#AC3A6B (or 0xAC3A6B) is known color: Rouge. HEX triplet: AC, 3A and 6B. RGB value is (172,58,107). Sum of RGB (Red+Green+Blue) = 172+58+107=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A6B is #53C594. Grayscale: #616161. Windows color (decimal): -5490069 or 7027372. OLE color: 7027372.
HSL color Cylindrical-coordinate representation of color #AC3A6B: hue angle of 334.21º 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 #AC3A6B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 107 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.33 |
| HSL | 334.21º | 0.5% | 0.45% | - |
| HSV(B) | 334.21º | 0.66% | 0.67% | - |
| XYZ | 21.18 | 12.86 | 15.28 | - |
| YUV | 97.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 107 | 0 | 0.66 | 0.38 | 0.33 | 334.21 | 0.5 | 0.45 |
| Hex | AC | 3A | 6B | 0 | 42 | 26 | 21 | 14E | 32 | 2D |
| Octal | 254 | 72 | 153 | 0 | 102 | 46 | 41 | 516 | 62 | 55 |
| Binary | 10101100 | 111010 | 1101011 | 0 | 1000010 | 100110 | 100001 | 101001110 | 110010 | 101101 |
Color Harmonies of #AC3A6B
Complementary color
Monochromatic Colors of #AC3A6B
Black with #AC3A6B
Text Example
Text Example
White with #AC3A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A6B; }
p { color: rgb(172,58,107); }
H1.HeaderClassName
{
color: #AC3A6B;
}
.AnyTagClassName
{
color: #AC3A6B;
}
</style>
background-color css
<style>
a { background-color: #AC3A6B; }
a { background-color: rgb(172,58,107); }
div.DivClassName
{
background-color: #AC3A6B;
}
.BgClassName
{
background-color: #AC3A6B;
}
</style>
border-color css
<style>
span { border-color: #AC3A6B; }
span { border-color: rgb(172,58,107); }
td.TdClassName
{
border-color: #AC3A6B;
}
.TagClassName
{
border-color: #AC3A6B;
}
</style>