Shades of Rouge #A23F69
Tints of Rouge #A23F69
RGB
CMYK
RGB Variations
Color information
#A23F69 (or 0xA23F69) is known color: Rouge. HEX triplet: A2, 3F and 69. RGB value is (162,63,105). Sum of RGB (Red+Green+Blue) = 162+63+105=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23F69 is #5DC096. Grayscale: #616161. Windows color (decimal): -6144151 or 6897570. OLE color: 6897570.
HSL color Cylindrical-coordinate representation of color #A23F69: hue angle of 334.55º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A23F69 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 105 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.36 |
| HSL | 334.55º | 0.44% | 0.44% | - |
| HSV(B) | 334.55º | 0.61% | 0.64% | - |
| XYZ | 19.23 | 12.26 | 14.72 | - |
| YUV | 97.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 105 | 0 | 0.61 | 0.35 | 0.36 | 334.55 | 0.44 | 0.44 |
| Hex | A2 | 3F | 69 | 0 | 3D | 23 | 24 | 14F | 2C | 2C |
| Octal | 242 | 77 | 151 | 0 | 75 | 43 | 44 | 517 | 54 | 54 |
| Binary | 10100010 | 111111 | 1101001 | 0 | 111101 | 100011 | 100100 | 101001111 | 101100 | 101100 |
Color Harmonies of #A23F69
Complementary color
Monochromatic Colors of #A23F69
Black with #A23F69
Text Example
Text Example
White with #A23F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F69; }
p { color: rgb(162,63,105); }
H1.HeaderClassName
{
color: #A23F69;
}
.AnyTagClassName
{
color: #A23F69;
}
</style>
background-color css
<style>
a { background-color: #A23F69; }
a { background-color: rgb(162,63,105); }
div.DivClassName
{
background-color: #A23F69;
}
.BgClassName
{
background-color: #A23F69;
}
</style>
border-color css
<style>
span { border-color: #A23F69; }
span { border-color: rgb(162,63,105); }
td.TdClassName
{
border-color: #A23F69;
}
.TagClassName
{
border-color: #A23F69;
}
</style>