#A64571

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

Shades of Rouge #A64571

Tints of Rouge #A64571

Color information

#A64571 (or 0xA64571) is unknown color: approx Rouge. HEX triplet: A6, 45 and 71. RGB value is (166,69,113). Sum of RGB (Red+Green+Blue) = 166+69+113=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A64571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64571 is #59BA8E. Grayscale: #666666. Windows color (decimal): -5880463 or 7423398. OLE color: 7423398.

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

Color convert

RGB16669113-
CMYK00.580.320.35
HSL332.78º41.28%46.08%-
HSV(B)332.78º58.43%65.1%-
XYZ20.8313.5617.14-
YUV103.02133.64172.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 69 (27.34% from 255) = 19.83%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=47.70%
G=19.83%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666911300.580.320.35332.7841.2846.08
HexA6457103A202314d292e
Octal24610516107240435155156
Binary10100110100010111100010111010100000100011101001101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64571; }

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

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

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

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

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

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

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

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