Shades of Rouge #AC326B
Tints of Rouge #AC326B
RGB
CMYK
RGB Variations
Color information
#AC326B (or 0xAC326B) is known color: Rouge. HEX triplet: AC, 32 and 6B. RGB value is (172,50,107). Sum of RGB (Red+Green+Blue) = 172+50+107=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC326B is #53CD94. Grayscale: #5C5C5C. Windows color (decimal): -5492117 or 7025324. OLE color: 7025324.
HSL color Cylindrical-coordinate representation of color #AC326B: hue angle of 331.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC326B is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 107 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.33 |
| HSL | 331.97º | 0.55% | 0.44% | - |
| HSV(B) | 331.97º | 0.71% | 0.67% | - |
| XYZ | 20.81 | 12.11 | 15.15 | - |
| YUV | 92.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 107 | 0 | 0.71 | 0.38 | 0.33 | 331.97 | 0.55 | 0.44 |
| Hex | AC | 32 | 6B | 0 | 47 | 26 | 21 | 14C | 37 | 2C |
| Octal | 254 | 62 | 153 | 0 | 107 | 46 | 41 | 514 | 67 | 54 |
| Binary | 10101100 | 110010 | 1101011 | 0 | 1000111 | 100110 | 100001 | 101001100 | 110111 | 101100 |
Color Harmonies of #AC326B
Complementary color
Monochromatic Colors of #AC326B
Black with #AC326B
Text Example
Text Example
White with #AC326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC326B; }
p { color: rgb(172,50,107); }
H1.HeaderClassName
{
color: #AC326B;
}
.AnyTagClassName
{
color: #AC326B;
}
</style>
background-color css
<style>
a { background-color: #AC326B; }
a { background-color: rgb(172,50,107); }
div.DivClassName
{
background-color: #AC326B;
}
.BgClassName
{
background-color: #AC326B;
}
</style>
border-color css
<style>
span { border-color: #AC326B; }
span { border-color: rgb(172,50,107); }
td.TdClassName
{
border-color: #AC326B;
}
.TagClassName
{
border-color: #AC326B;
}
</style>