#A64564

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

Shades of Rouge #A64564

Tints of Rouge #A64564

Color information

#A64564 (or 0xA64564) is unknown color: approx Rouge. HEX triplet: A6, 45 and 64. RGB value is (166,69,100). Sum of RGB (Red+Green+Blue) = 166+69+100=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A64564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64564 is #59BA9B. Grayscale: #656565. Windows color (decimal): -5880476 or 6571430. OLE color: 6571430.

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

Color convert

RGB16669100-
CMYK00.580.400.35
HSL340.82º41.28%46.08%-
HSV(B)340.82º58.43%65.1%-
XYZ20.1513.2813.56-
YUV101.54127.14173.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=49.55%
G=20.60%
B=29.85%

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
Decimal1666910000.580.400.35340.8241.2846.08
HexA6456403A2823155292e
Octal24610514407250435255156
Binary10100110100010111001000111010101000100011101010101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64564; }

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

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

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

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

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

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

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

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