#A63562

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

Shades of Rouge #A63562

Tints of Rouge #A63562

Color information

#A63562 (or 0xA63562) is unknown color: approx Rouge. HEX triplet: A6, 35 and 62. RGB value is (166,53,98). Sum of RGB (Red+Green+Blue) = 166+53+98=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A63562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63562 is #59CA9D. Grayscale: #5B5B5B. Windows color (decimal): -5884574 or 6436262. OLE color: 6436262.

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

Color convert

RGB1665398-
CMYK00.680.410.35
HSL336.11º51.6%42.94%-
HSV(B)336.11º68.07%65.1%-
XYZ19.211.5412.77-
YUV91.92131.44180.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=52.37%
G=16.72%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166539800.680.410.35336.1151.642.94
HexA635620442923150342b
Octal24665142010451435206453
Binary10100110110101110001001000100101001100011101010000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63562; }

 p { color: rgb(166,53,98); }

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

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

 a { background-color: rgb(166,53,98); }

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

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

 span { border-color: rgb(166,53,98); }

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