Shades of Rouge #A23B6C
Tints of Rouge #A23B6C
RGB
CMYK
RGB Variations
Color information
#A23B6C (or 0xA23B6C) is known color: Rouge. HEX triplet: A2, 3B and 6C. RGB value is (162,59,108). Sum of RGB (Red+Green+Blue) = 162+59+108=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B6C is #5DC493. Grayscale: #5F5F5F. Windows color (decimal): -6145172 or 7093154. OLE color: 7093154.
HSL color Cylindrical-coordinate representation of color #A23B6C: hue angle of 331.46º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23B6C is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 108 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.36 |
| HSL | 331.46º | 0.47% | 0.43% | - |
| HSV(B) | 331.46º | 0.64% | 0.64% | - |
| XYZ | 19.17 | 11.89 | 15.47 | - |
| YUV | 95.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 108 | 0 | 0.64 | 0.33 | 0.36 | 331.46 | 0.47 | 0.43 |
| Hex | A2 | 3B | 6C | 0 | 40 | 21 | 24 | 14B | 2F | 2B |
| Octal | 242 | 73 | 154 | 0 | 100 | 41 | 44 | 513 | 57 | 53 |
| Binary | 10100010 | 111011 | 1101100 | 0 | 1000000 | 100001 | 100100 | 101001011 | 101111 | 101011 |
Color Harmonies of #A23B6C
Complementary color
Monochromatic Colors of #A23B6C
Black with #A23B6C
Text Example
Text Example
White with #A23B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B6C; }
p { color: rgb(162,59,108); }
H1.HeaderClassName
{
color: #A23B6C;
}
.AnyTagClassName
{
color: #A23B6C;
}
</style>
background-color css
<style>
a { background-color: #A23B6C; }
a { background-color: rgb(162,59,108); }
div.DivClassName
{
background-color: #A23B6C;
}
.BgClassName
{
background-color: #A23B6C;
}
</style>
border-color css
<style>
span { border-color: #A23B6C; }
span { border-color: rgb(162,59,108); }
td.TdClassName
{
border-color: #A23B6C;
}
.TagClassName
{
border-color: #A23B6C;
}
</style>