#A23365

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

Shades of Rouge #A23365

Tints of Rouge #A23365

Color information

#A23365 (or 0xA23365) is unknown color: approx Rouge. HEX triplet: A2, 33 and 65. RGB value is (162,51,101). Sum of RGB (Red+Green+Blue) = 162+51+101=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A23365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23365 is #5DCC9A. Grayscale: #595959. Windows color (decimal): -6147227 or 6632354. OLE color: 6632354.

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

Color convert

RGB16251101-
CMYK00.690.380.36
HSL332.97º52.11%41.76%-
HSV(B)332.97º68.52%63.53%-
XYZ18.4310.9913.46-
YUV89.89134.27179.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=51.59%
G=16.24%
B=32.17%

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
Decimal1625110100.690.380.36332.9752.1141.76
HexA23365045262414d342a
Octal24263145010546445156452
Binary10100010110011110010101000101100110100100101001101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23365; }

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

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

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

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

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

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

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

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