#A6416E

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

Shades of Rouge #A6416E

Tints of Rouge #A6416E

Color information

#A6416E (or 0xA6416E) is unknown color: approx Rouge. HEX triplet: A6, 41 and 6E. RGB value is (166,65,110). Sum of RGB (Red+Green+Blue) = 166+65+110=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6416E is #59BE91. Grayscale: #646464. Windows color (decimal): -5881490 or 7225766. OLE color: 7225766.

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

Color convert

RGB16665110-
CMYK00.610.340.35
HSL333.27º43.72%45.29%-
HSV(B)333.27º60.84%65.1%-
XYZ20.4313.0116.19-
YUV100.33133.46174.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=48.68%
G=19.06%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666511000.610.340.35333.2743.7245.29
HexA6416E03D222314d2c2d
Octal24610115607542435155455
Binary10100110100000111011100111101100010100011101001101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6416E; }

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

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

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

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

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

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

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

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