Shades of Rouge #A23D64
Tints of Rouge #A23D64
RGB
CMYK
RGB Variations
Color information
#A23D64 (or 0xA23D64) is known color: Rouge. HEX triplet: A2, 3D and 64. RGB value is (162,61,100). Sum of RGB (Red+Green+Blue) = 162+61+100=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D64 is #5DC29B. Grayscale: #5F5F5F. Windows color (decimal): -6144668 or 6569378. OLE color: 6569378.
HSL color Cylindrical-coordinate representation of color #A23D64: hue angle of 336.83º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23D64 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 61 | 100 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.36 |
| HSL | 336.83º | 0.45% | 0.44% | - |
| HSV(B) | 336.83º | 0.62% | 0.64% | - |
| XYZ | 18.87 | 11.94 | 13.37 | - |
| YUV | 95.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 100 | 0 | 0.62 | 0.38 | 0.36 | 336.83 | 0.45 | 0.44 |
| Hex | A2 | 3D | 64 | 0 | 3E | 26 | 24 | 151 | 2D | 2C |
| Octal | 242 | 75 | 144 | 0 | 76 | 46 | 44 | 521 | 55 | 54 |
| Binary | 10100010 | 111101 | 1100100 | 0 | 111110 | 100110 | 100100 | 101010001 | 101101 | 101100 |
Color Harmonies of #A23D64
Complementary color
Monochromatic Colors of #A23D64
Black with #A23D64
Text Example
Text Example
White with #A23D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23D64; }
p { color: rgb(162,61,100); }
H1.HeaderClassName
{
color: #A23D64;
}
.AnyTagClassName
{
color: #A23D64;
}
</style>
background-color css
<style>
a { background-color: #A23D64; }
a { background-color: rgb(162,61,100); }
div.DivClassName
{
background-color: #A23D64;
}
.BgClassName
{
background-color: #A23D64;
}
</style>
border-color css
<style>
span { border-color: #A23D64; }
span { border-color: rgb(162,61,100); }
td.TdClassName
{
border-color: #A23D64;
}
.TagClassName
{
border-color: #A23D64;
}
</style>