#A63673

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

Shades of Rouge #A63673

Tints of Rouge #A63673

Color information

#A63673 (or 0xA63673) is unknown color: approx Rouge. HEX triplet: A6, 36 and 73. RGB value is (166,54,115). Sum of RGB (Red+Green+Blue) = 166+54+115=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A63673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63673 is #59C98C. Grayscale: #5E5E5E. Windows color (decimal): -5884301 or 7550630. OLE color: 7550630.

HSL color Cylindrical-coordinate representation of color #A63673: hue angle of 327.32º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63673 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16654115-
CMYK00.670.310.35
HSL327.32º50.91%43.14%-
HSV(B)327.32º67.47%65.1%-
XYZ20.1411.9817.47-
YUV94.44139.61179.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=49.55%
G=16.12%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665411500.670.310.35327.3250.9143.14
HexA636730431F23147332b
Octal24666163010337435076353
Binary1010011011011011100110100001111111100011101000111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63673; }

 p { color: rgb(166,54,115); }

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

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

 a { background-color: rgb(166,54,115); }

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

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

 span { border-color: rgb(166,54,115); }

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