#A64770

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

Shades of Rouge #A64770

Tints of Rouge #A64770

Color information

#A64770 (or 0xA64770) is unknown color: approx Rouge. HEX triplet: A6, 47 and 70. RGB value is (166,71,112). Sum of RGB (Red+Green+Blue) = 166+71+112=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A64770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64770 is #59B88F. Grayscale: #686868. Windows color (decimal): -5879952 or 7358374. OLE color: 7358374.

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

Color convert

RGB16671112-
CMYK00.570.330.35
HSL334.11º40.08%46.47%-
HSV(B)334.11º57.23%65.1%-
XYZ20.913.7816.89-
YUV104.08132.47172.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 71 (28.12% from 255) = 20.34%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=47.56%
G=20.34%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667111200.570.330.35334.1140.0846.47
HexA64770039212314e282e
Octal24610716007141435165056
Binary10100110100011111100000111001100001100011101001110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64770; }

 p { color: rgb(166,71,112); }

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

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

 a { background-color: rgb(166,71,112); }

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

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

 span { border-color: rgb(166,71,112); }

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