#A23370

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

Shades of Rouge #A23370

Tints of Rouge #A23370

Color information

#A23370 (or 0xA23370) is unknown color: approx Rouge. HEX triplet: A2, 33 and 70. RGB value is (162,51,112). Sum of RGB (Red+Green+Blue) = 162+51+112=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A23370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23370 is #5DCC8F. Grayscale: #5B5B5B. Windows color (decimal): -6147216 or 7353250. OLE color: 7353250.

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

Color convert

RGB16251112-
CMYK00.690.310.36
HSL327.03º52.11%41.76%-
HSV(B)327.03º68.52%63.53%-
XYZ19.0111.2216.49-
YUV91.14139.77178.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=49.85%
G=15.69%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625111200.690.310.36327.0352.1141.76
HexA233700451F24147342a
Octal24263160010537445076452
Binary1010001011001111100000100010111111100100101000111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23370; }

 p { color: rgb(162,51,112); }

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

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

 a { background-color: rgb(162,51,112); }

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

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

 span { border-color: rgb(162,51,112); }

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