#A23364

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

Shades of Rouge #A23364

Tints of Rouge #A23364

Color information

#A23364 (or 0xA23364) is unknown color: approx Rouge. HEX triplet: A2, 33 and 64. RGB value is (162,51,100). Sum of RGB (Red+Green+Blue) = 162+51+100=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A23364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23364 is #5DCC9B. Grayscale: #595959. Windows color (decimal): -6147228 or 6566818. OLE color: 6566818.

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

Color convert

RGB16251100-
CMYK00.690.380.36
HSL333.51º52.11%41.76%-
HSV(B)333.51º68.52%63.53%-
XYZ18.3810.9713.2-
YUV89.78133.77179.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=51.76%
G=16.29%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625110000.690.380.36333.5152.1141.76
HexA23364045262414e342a
Octal24263144010546445166452
Binary10100010110011110010001000101100110100100101001110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23364; }

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

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

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

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

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

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

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

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