#A64170

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

Shades of Rouge #A64170

Tints of Rouge #A64170

Color information

#A64170 (or 0xA64170) is unknown color: approx Rouge. HEX triplet: A6, 41 and 70. RGB value is (166,65,112). Sum of RGB (Red+Green+Blue) = 166+65+112=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A64170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64170 is #59BE8F. Grayscale: #646464. Windows color (decimal): -5881488 or 7356838. OLE color: 7356838.

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

Color convert

RGB16665112-
CMYK00.610.330.35
HSL332.08º43.72%45.29%-
HSV(B)332.08º60.84%65.1%-
XYZ20.5413.0616.77-
YUV100.56134.46174.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=48.40%
G=18.95%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666511200.610.330.35332.0843.7245.29
HexA6417003D212314c2c2d
Octal24610116007541435145455
Binary10100110100000111100000111101100001100011101001100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64170; }

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

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

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

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

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

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

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

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