#A23560

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

Shades of Rouge #A23560

Tints of Rouge #A23560

Color information

#A23560 (or 0xA23560) is unknown color: approx Rouge. HEX triplet: A2, 35 and 60. RGB value is (162,53,96). Sum of RGB (Red+Green+Blue) = 162+53+96=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A23560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23560 is #5DCA9F. Grayscale: #5A5A5A. Windows color (decimal): -6146720 or 6305186. OLE color: 6305186.

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

Color convert

RGB1625396-
CMYK00.670.410.36
HSL336.33º50.7%42.16%-
HSV(B)336.33º67.28%63.53%-
XYZ18.2811.0712.24-
YUV90.49131.11179-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=52.09%
G=17.04%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162539600.670.410.36336.3350.742.16
HexA235600432924150332a
Octal24265140010351445206352
Binary10100010110101110000001000011101001100100101010000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23560; }

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

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

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

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

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

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

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

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