#A6476B

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

Shades of Rouge #A6476B

Tints of Rouge #A6476B

Color information

#A6476B (or 0xA6476B) is unknown color: approx Rouge. HEX triplet: A6, 47 and 6B. RGB value is (166,71,107). Sum of RGB (Red+Green+Blue) = 166+71+107=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6476B is #59B894. Grayscale: #676767. Windows color (decimal): -5879957 or 7030694. OLE color: 7030694.

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

Color convert

RGB16671107-
CMYK00.570.360.35
HSL337.26º40.08%46.47%-
HSV(B)337.26º57.23%65.1%-
XYZ20.6313.6815.46-
YUV103.51129.97172.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 71 (28.12% from 255) = 20.64%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=48.26%
G=20.64%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667110700.570.360.35337.2640.0846.47
HexA6476B0392423151282e
Octal24610715307144435215056
Binary10100110100011111010110111001100100100011101010001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6476B; }

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

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

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

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

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

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

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

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