Shades of Rouge #A23864
Tints of Rouge #A23864
RGB
CMYK
RGB Variations
Color information
#A23864 (or 0xA23864) is known color: Rouge. HEX triplet: A2, 38 and 64. RGB value is (162,56,100). Sum of RGB (Red+Green+Blue) = 162+56+100=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A23864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23864 is #5DC79B. Grayscale: #5C5C5C. Windows color (decimal): -6145948 or 6568098. OLE color: 6568098.
HSL color Cylindrical-coordinate representation of color #A23864: hue angle of 335.09º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23864 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 100 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.36 |
| HSL | 335.09º | 0.49% | 0.43% | - |
| HSV(B) | 335.09º | 0.65% | 0.64% | - |
| XYZ | 18.61 | 11.43 | 13.28 | - |
| YUV | 92.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 100 | 0 | 0.65 | 0.38 | 0.36 | 335.09 | 0.49 | 0.43 |
| Hex | A2 | 38 | 64 | 0 | 41 | 26 | 24 | 14F | 31 | 2B |
| Octal | 242 | 70 | 144 | 0 | 101 | 46 | 44 | 517 | 61 | 53 |
| Binary | 10100010 | 111000 | 1100100 | 0 | 1000001 | 100110 | 100100 | 101001111 | 110001 | 101011 |
Color Harmonies of #A23864
Complementary color
Monochromatic Colors of #A23864
Black with #A23864
Text Example
Text Example
White with #A23864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23864; }
p { color: rgb(162,56,100); }
H1.HeaderClassName
{
color: #A23864;
}
.AnyTagClassName
{
color: #A23864;
}
</style>
background-color css
<style>
a { background-color: #A23864; }
a { background-color: rgb(162,56,100); }
div.DivClassName
{
background-color: #A23864;
}
.BgClassName
{
background-color: #A23864;
}
</style>
border-color css
<style>
span { border-color: #A23864; }
span { border-color: rgb(162,56,100); }
td.TdClassName
{
border-color: #A23864;
}
.TagClassName
{
border-color: #A23864;
}
</style>