#A23D5E

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

Shades of Rouge #A23D5E

Tints of Rouge #A23D5E

Color information

#A23D5E (or 0xA23D5E) is unknown color: approx Rouge. HEX triplet: A2, 3D and 5E. RGB value is (162,61,94). Sum of RGB (Red+Green+Blue) = 162+61+94=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D5E is #5DC2A1. Grayscale: #5E5E5E. Windows color (decimal): -6144674 or 6176162. OLE color: 6176162.

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

Color convert

RGB1626194-
CMYK00.620.420.36
HSL340.4º45.29%43.73%-
HSV(B)340.4º62.35%63.53%-
XYZ18.5911.8311.89-
YUV94.96127.46175.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 61 (24.22% from 255) = 19.24%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=51.10%
G=19.24%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162619400.620.420.36340.445.2943.73
HexA23D5E03E2A241542d2c
Octal2427513607652445245554
Binary1010001011110110111100111110101010100100101010100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D5E; }

 p { color: rgb(162,61,94); }

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

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

 a { background-color: rgb(162,61,94); }

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

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

 span { border-color: rgb(162,61,94); }

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