#A23C60

Color #A23C60 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A23C60

Tints of Rouge #A23C60

Color information

#A23C60 (or 0xA23C60) is unknown color: approx Rouge. HEX triplet: A2, 3C and 60. RGB value is (162,60,96). Sum of RGB (Red+Green+Blue) = 162+60+96=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C60 is #5DC39F. Grayscale: #5E5E5E. Windows color (decimal): -6144928 or 6306978. OLE color: 6306978.

HSL color Cylindrical-coordinate representation of color #A23C60: hue angle of 338.82º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23C60 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1626096-
CMYK00.630.410.36
HSL338.82º45.95%43.53%-
HSV(B)338.82º62.96%63.53%-
XYZ18.6311.7612.35-
YUV94.6128.79176.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 60 (23.83% from 255) = 18.87%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=50.94%
G=18.87%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162609600.630.410.36338.8245.9543.53
HexA23C6003F29241532e2c
Octal2427414007751445235654
Binary1010001011110011000000111111101001100100101010011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C60; }

 p { color: rgb(162,60,96); }

 H1.HeaderClassName
 {
   color: #A23C60;
 }
 .AnyTagClassName
 {
   color: #A23C60;
 }
</style>
background-color css

<style>
 a { background-color: #A23C60; }

 a { background-color: rgb(162,60,96); }

 div.DivClassName
 {
   background-color: #A23C60;
 }
 .BgClassName
 {
   background-color: #A23C60;
 }
</style>
border-color css

<style>
 span { border-color: #A23C60; }

 span { border-color: rgb(162,60,96); }

 td.TdClassName
 {
   border-color: #A23C60;
 }
 .TagClassName
 {
   border-color: #A23C60;
 }
</style>