#A64666

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

Shades of Rouge #A64666

Tints of Rouge #A64666

Color information

#A64666 (or 0xA64666) is unknown color: approx Rouge. HEX triplet: A6, 46 and 66. RGB value is (166,70,102). Sum of RGB (Red+Green+Blue) = 166+70+102=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A64666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64666 is #59B999. Grayscale: #666666. Windows color (decimal): -5880218 or 6702758. OLE color: 6702758.

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

Color convert

RGB16670102-
CMYK00.580.390.35
HSL340º40.68%46.27%-
HSV(B)340º57.83%65.1%-
XYZ20.3113.4514.1-
YUV102.35127.8173.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=49.11%
G=20.71%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667010200.580.390.3534040.6846.27
HexA6466603A2723154292e
Octal24610614607247435245156
Binary10100110100011011001100111010100111100011101010100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64666; }

 p { color: rgb(166,70,102); }

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

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

 a { background-color: rgb(166,70,102); }

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

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

 span { border-color: rgb(166,70,102); }

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