Shades of Rouge #AC426B
Tints of Rouge #AC426B
RGB
CMYK
RGB Variations
Color information
#AC426B (or 0xAC426B) is known color: Rouge. HEX triplet: AC, 42 and 6B. RGB value is (172,66,107). Sum of RGB (Red+Green+Blue) = 172+66+107=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC426B is #53BD94. Grayscale: #666666. Windows color (decimal): -5488021 or 7029420. OLE color: 7029420.
HSL color Cylindrical-coordinate representation of color #AC426B: hue angle of 336.79º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC426B is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 107 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.33 |
| HSL | 336.79º | 0.45% | 0.47% | - |
| HSV(B) | 336.79º | 0.62% | 0.67% | - |
| XYZ | 21.62 | 13.73 | 15.42 | - |
| YUV | 102.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 107 | 0 | 0.62 | 0.38 | 0.33 | 336.79 | 0.45 | 0.47 |
| Hex | AC | 42 | 6B | 0 | 3E | 26 | 21 | 151 | 2D | 2F |
| Octal | 254 | 102 | 153 | 0 | 76 | 46 | 41 | 521 | 55 | 57 |
| Binary | 10101100 | 1000010 | 1101011 | 0 | 111110 | 100110 | 100001 | 101010001 | 101101 | 101111 |
Color Harmonies of #AC426B
Complementary color
Monochromatic Colors of #AC426B
Black with #AC426B
Text Example
Text Example
White with #AC426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC426B; }
p { color: rgb(172,66,107); }
H1.HeaderClassName
{
color: #AC426B;
}
.AnyTagClassName
{
color: #AC426B;
}
</style>
background-color css
<style>
a { background-color: #AC426B; }
a { background-color: rgb(172,66,107); }
div.DivClassName
{
background-color: #AC426B;
}
.BgClassName
{
background-color: #AC426B;
}
</style>
border-color css
<style>
span { border-color: #AC426B; }
span { border-color: rgb(172,66,107); }
td.TdClassName
{
border-color: #AC426B;
}
.TagClassName
{
border-color: #AC426B;
}
</style>