#A63674

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

Shades of Rouge #A63674

Tints of Rouge #A63674

Color information

#A63674 (or 0xA63674) is unknown color: approx Rouge. HEX triplet: A6, 36 and 74. RGB value is (166,54,116). Sum of RGB (Red+Green+Blue) = 166+54+116=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A63674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63674 is #59C98B. Grayscale: #5E5E5E. Windows color (decimal): -5884300 or 7616166. OLE color: 7616166.

HSL color Cylindrical-coordinate representation of color #A63674: hue angle of 326.79º 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 #A63674 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16654116-
CMYK00.670.300.35
HSL326.79º50.91%43.14%-
HSV(B)326.79º67.47%65.1%-
XYZ20.212.0117.78-
YUV94.56140.11178.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=49.40%
G=16.07%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665411600.670.300.35326.7950.9143.14
HexA636740431E23147332b
Octal24666164010336435076353
Binary1010011011011011101000100001111110100011101000111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63674; }

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

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

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

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

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

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

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

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