#A6476D

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

Shades of Rouge #A6476D

Tints of Rouge #A6476D

Color information

#A6476D (or 0xA6476D) is unknown color: approx Rouge. HEX triplet: A6, 47 and 6D. RGB value is (166,71,109). Sum of RGB (Red+Green+Blue) = 166+71+109=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6476D is #59B892. Grayscale: #676767. Windows color (decimal): -5879955 or 7161766. OLE color: 7161766.

HSL color Cylindrical-coordinate representation of color #A6476D: hue angle of 336º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6476D is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16671109-
CMYK00.570.340.35
HSL336º40.08%46.47%-
HSV(B)336º57.23%65.1%-
XYZ20.7413.7216.02-
YUV103.74130.97172.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=47.98%
G=20.52%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667110900.570.340.3533640.0846.47
HexA6476D0392223150282e
Octal24610715507142435205056
Binary10100110100011111011010111001100010100011101010000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6476D; }

 p { color: rgb(166,71,109); }

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

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

 a { background-color: rgb(166,71,109); }

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

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

 span { border-color: rgb(166,71,109); }

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