#A63764

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

Shades of Rouge #A63764

Tints of Rouge #A63764

Color information

#A63764 (or 0xA63764) is unknown color: approx Rouge. HEX triplet: A6, 37 and 64. RGB value is (166,55,100). Sum of RGB (Red+Green+Blue) = 166+55+100=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A63764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63764 is #59C89B. Grayscale: #5D5D5D. Windows color (decimal): -5884060 or 6567846. OLE color: 6567846.

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

Color convert

RGB16655100-
CMYK00.670.400.35
HSL335.68º50.23%43.33%-
HSV(B)335.68º66.87%65.1%-
XYZ19.3911.7613.3-
YUV93.32131.77179.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=51.71%
G=17.13%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665510000.670.400.35335.6850.2343.33
HexA637640432823150322b
Octal24667144010350435206253
Binary10100110110111110010001000011101000100011101010000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63764; }

 p { color: rgb(166,55,100); }

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

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

 a { background-color: rgb(166,55,100); }

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

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

 span { border-color: rgb(166,55,100); }

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