#A64568

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

Shades of Rouge #A64568

Tints of Rouge #A64568

Color information

#A64568 (or 0xA64568) is unknown color: approx Rouge. HEX triplet: A6, 45 and 68. RGB value is (166,69,104). Sum of RGB (Red+Green+Blue) = 166+69+104=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A64568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64568 is #59BA97. Grayscale: #656565. Windows color (decimal): -5880472 or 6833574. OLE color: 6833574.

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

Color convert

RGB16669104-
CMYK00.580.370.35
HSL338.35º41.28%46.08%-
HSV(B)338.35º58.43%65.1%-
XYZ20.3513.3614.6-
YUV101.99129.14173.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=48.97%
G=20.35%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666910400.580.370.35338.3541.2846.08
HexA6456803A2523152292e
Octal24610515007245435225156
Binary10100110100010111010000111010100101100011101010010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64568; }

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

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

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

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

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

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

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

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