#A23D63

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

Shades of Rouge #A23D63

Tints of Rouge #A23D63

Color information

#A23D63 (or 0xA23D63) is unknown color: approx Rouge. HEX triplet: A2, 3D and 63. RGB value is (162,61,99). Sum of RGB (Red+Green+Blue) = 162+61+99=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D63 is #5DC29C. Grayscale: #5F5F5F. Windows color (decimal): -6144669 or 6503842. OLE color: 6503842.

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

Color convert

RGB1626199-
CMYK00.620.390.36
HSL337.43º45.29%43.73%-
HSV(B)337.43º62.35%63.53%-
XYZ18.8211.9213.11-
YUV95.53129.96175.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 61 (24.22% from 255) = 18.94%
BLUE value IS 99 (39.06% from 255) = 30.75%
R=50.31%
G=18.94%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162619900.620.390.36337.4345.2943.73
HexA23D6303E27241512d2c
Octal2427514307647445215554
Binary1010001011110111000110111110100111100100101010001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D63; }

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

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

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

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

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

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

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

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