Shades of Rouge #A23572
Tints of Rouge #A23572
RGB
CMYK
RGB Variations
Color information
#A23572 (or 0xA23572) is known color: Rouge. HEX triplet: A2, 35 and 72. RGB value is (162,53,114). Sum of RGB (Red+Green+Blue) = 162+53+114=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23572 is #5DCA8D. Grayscale: #5C5C5C. Windows color (decimal): -6146702 or 7484834. OLE color: 7484834.
HSL color Cylindrical-coordinate representation of color #A23572: hue angle of 326.42º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23572 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 53 | 114 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.36 |
| HSL | 326.42º | 0.51% | 0.42% | - |
| HSV(B) | 326.42º | 0.67% | 0.64% | - |
| XYZ | 19.21 | 11.44 | 17.12 | - |
| YUV | 92.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 114 | 0 | 0.67 | 0.30 | 0.36 | 326.42 | 0.51 | 0.42 |
| Hex | A2 | 35 | 72 | 0 | 43 | 1E | 24 | 146 | 33 | 2A |
| Octal | 242 | 65 | 162 | 0 | 103 | 36 | 44 | 506 | 63 | 52 |
| Binary | 10100010 | 110101 | 1110010 | 0 | 1000011 | 11110 | 100100 | 101000110 | 110011 | 101010 |
Color Harmonies of #A23572
Complementary color
Monochromatic Colors of #A23572
Black with #A23572
Text Example
Text Example
White with #A23572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23572; }
p { color: rgb(162,53,114); }
H1.HeaderClassName
{
color: #A23572;
}
.AnyTagClassName
{
color: #A23572;
}
</style>
background-color css
<style>
a { background-color: #A23572; }
a { background-color: rgb(162,53,114); }
div.DivClassName
{
background-color: #A23572;
}
.BgClassName
{
background-color: #A23572;
}
</style>
border-color css
<style>
span { border-color: #A23572; }
span { border-color: rgb(162,53,114); }
td.TdClassName
{
border-color: #A23572;
}
.TagClassName
{
border-color: #A23572;
}
</style>