#A23C6F

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

Shades of Rouge #A23C6F

Tints of Rouge #A23C6F

Color information

#A23C6F (or 0xA23C6F) is unknown color: approx Rouge. HEX triplet: A2, 3C and 6F. RGB value is (162,60,111). Sum of RGB (Red+Green+Blue) = 162+60+111=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23C6F is #5DC390. Grayscale: #606060. Windows color (decimal): -6144913 or 7290018. OLE color: 7290018.

HSL color Cylindrical-coordinate representation of color #A23C6F: hue angle of 330º 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 #A23C6F is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16260111-
CMYK00.630.310.36
HSL330º45.95%43.53%-
HSV(B)330º62.96%63.53%-
XYZ19.3912.0616.35-
YUV96.31136.29174.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 60 (23.83% from 255) = 18.02%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=48.65%
G=18.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626011100.630.310.3633045.9543.53
HexA23C6F03F1F2414a2e2c
Octal2427415707737445125654
Binary101000101111001101111011111111111100100101001010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C6F; }

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

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

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

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

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

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

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

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