#A6416F

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

Shades of Rouge #A6416F

Tints of Rouge #A6416F

Color information

#A6416F (or 0xA6416F) is unknown color: approx Rouge. HEX triplet: A6, 41 and 6F. RGB value is (166,65,111). Sum of RGB (Red+Green+Blue) = 166+65+111=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6416F is #59BE90. Grayscale: #646464. Windows color (decimal): -5881489 or 7291302. OLE color: 7291302.

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

Color convert

RGB16665111-
CMYK00.610.330.35
HSL332.67º43.72%45.29%-
HSV(B)332.67º60.84%65.1%-
XYZ20.4913.0416.48-
YUV100.44133.96174.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=48.54%
G=19.01%
B=32.46%

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
Decimal1666511100.610.330.35332.6743.7245.29
HexA6416F03D212314d2c2d
Octal24610115707541435155455
Binary10100110100000111011110111101100001100011101001101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6416F; }

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

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

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

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

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

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

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

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