#A6405E

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

Shades of Rouge #A6405E

Tints of Rouge #A6405E

Color information

#A6405E (or 0xA6405E) is unknown color: approx Rouge. HEX triplet: A6, 40 and 5E. RGB value is (166,64,94). Sum of RGB (Red+Green+Blue) = 166+64+94=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6405E is #59BFA1. Grayscale: #616161. Windows color (decimal): -5881762 or 6176934. OLE color: 6176934.

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

Color convert

RGB1666494-
CMYK00.610.430.35
HSL342.35º44.35%45.1%-
HSV(B)342.35º61.45%65.1%-
XYZ19.5812.5811.99-
YUV97.92125.79176.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=51.23%
G=19.75%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166649400.610.430.35342.3544.3545.1
HexA6405E03D2B231562c2d
Octal24610013607553435265455
Binary10100110100000010111100111101101011100011101010110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6405E; }

 p { color: rgb(166,64,94); }

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

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

 a { background-color: rgb(166,64,94); }

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

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

 span { border-color: rgb(166,64,94); }

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