#A6476F

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

Shades of Rouge #A6476F

Tints of Rouge #A6476F

Color information

#A6476F (or 0xA6476F) is unknown color: approx Rouge. HEX triplet: A6, 47 and 6F. RGB value is (166,71,111). Sum of RGB (Red+Green+Blue) = 166+71+111=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A6476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6476F is #59B890. Grayscale: #676767. Windows color (decimal): -5879953 or 7292838. OLE color: 7292838.

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

Color convert

RGB16671111-
CMYK00.570.330.35
HSL334.74º40.08%46.47%-
HSV(B)334.74º57.23%65.1%-
XYZ20.8513.7616.6-
YUV103.96131.97172.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=47.70%
G=20.40%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667111100.570.330.35334.7440.0846.47
HexA6476F039212314f282e
Octal24610715707141435175056
Binary10100110100011111011110111001100001100011101001111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6476F; }

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

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

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

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

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

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

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

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