#A23368

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

Shades of Rouge #A23368

Tints of Rouge #A23368

Color information

#A23368 (or 0xA23368) is unknown color: approx Rouge. HEX triplet: A2, 33 and 68. RGB value is (162,51,104). Sum of RGB (Red+Green+Blue) = 162+51+104=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A23368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23368 is #5DCC97. Grayscale: #5A5A5A. Windows color (decimal): -6147224 or 6828962. OLE color: 6828962.

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

Color convert

RGB16251104-
CMYK00.690.360.36
HSL331.35º52.11%41.76%-
HSV(B)331.35º68.52%63.53%-
XYZ18.5811.0514.25-
YUV90.23135.77179.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=51.10%
G=16.09%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625110400.690.360.36331.3552.1141.76
HexA23368045242414b342a
Octal24263150010544445136452
Binary10100010110011110100001000101100100100100101001011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23368; }

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

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

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

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

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

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

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

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