#A64563

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

Shades of Rouge #A64563

Tints of Rouge #A64563

Color information

#A64563 (or 0xA64563) is unknown color: approx Rouge. HEX triplet: A6, 45 and 63. RGB value is (166,69,99). Sum of RGB (Red+Green+Blue) = 166+69+99=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A64563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64563 is #59BA9C. Grayscale: #656565. Windows color (decimal): -5880477 or 6505894. OLE color: 6505894.

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

Color convert

RGB1666999-
CMYK00.580.400.35
HSL341.44º41.28%46.08%-
HSV(B)341.44º58.43%65.1%-
XYZ20.1113.2613.3-
YUV101.42126.64174.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=49.70%
G=20.66%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166699900.580.400.35341.4441.2846.08
HexA6456303A2823155292e
Octal24610514307250435255156
Binary10100110100010111000110111010101000100011101010101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64563; }

 p { color: rgb(166,69,99); }

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

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

 a { background-color: rgb(166,69,99); }

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

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

 span { border-color: rgb(166,69,99); }

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