#A23E66

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

Shades of Rouge #A23E66

Tints of Rouge #A23E66

Color information

#A23E66 (or 0xA23E66) is unknown color: approx Rouge. HEX triplet: A2, 3E and 66. RGB value is (162,62,102). Sum of RGB (Red+Green+Blue) = 162+62+102=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E66 is #5DC199. Grayscale: #606060. Windows color (decimal): -6144410 or 6700706. OLE color: 6700706.

HSL color Cylindrical-coordinate representation of color #A23E66: hue angle of 336º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23E66 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16262102-
CMYK00.620.370.36
HSL336º44.64%43.92%-
HSV(B)336º61.73%63.53%-
XYZ19.0212.0913.9-
YUV96.46131.13174.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=49.69%
G=19.02%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626210200.620.370.3633644.6443.92
HexA23E6603E25241502d2c
Octal2427614607645445205554
Binary1010001011111011001100111110100101100100101010000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E66; }

 p { color: rgb(162,62,102); }

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

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

 a { background-color: rgb(162,62,102); }

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

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

 span { border-color: rgb(162,62,102); }

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