#A23E65

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

Shades of Rouge #A23E65

Tints of Rouge #A23E65

Color information

#A23E65 (or 0xA23E65) is unknown color: approx Rouge. HEX triplet: A2, 3E and 65. RGB value is (162,62,101). Sum of RGB (Red+Green+Blue) = 162+62+101=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E65 is #5DC19A. Grayscale: #606060. Windows color (decimal): -6144411 or 6635170. OLE color: 6635170.

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

Color convert

RGB16262101-
CMYK00.620.380.36
HSL336.6º44.64%43.92%-
HSV(B)336.6º61.73%63.53%-
XYZ18.9712.0713.64-
YUV96.35130.63174.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 62 (24.61% from 255) = 19.08%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=49.85%
G=19.08%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626210100.620.380.36336.644.6443.92
HexA23E6503E26241512d2c
Octal2427614507646445215554
Binary1010001011111011001010111110100110100100101010001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E65; }

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

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

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

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

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

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

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

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