#A6355B

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

Shades of Rouge #A6355B

Tints of Rouge #A6355B

Color information

#A6355B (or 0xA6355B) is unknown color: approx Rouge. HEX triplet: A6, 35 and 5B. RGB value is (166,53,91). Sum of RGB (Red+Green+Blue) = 166+53+91=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6355B is #59CAA4. Grayscale: #5B5B5B. Windows color (decimal): -5884581 or 5977510. OLE color: 5977510.

HSL color Cylindrical-coordinate representation of color #A6355B: hue angle of 339.82º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6355B is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1665391-
CMYK00.680.450.35
HSL339.82º51.6%42.94%-
HSV(B)339.82º68.07%65.1%-
XYZ18.8911.4111.1-
YUV91.12127.94181.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=53.55%
G=17.10%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166539100.680.450.35339.8251.642.94
HexA6355B0442D23154342b
Octal24665133010455435246453
Binary10100110110101101101101000100101101100011101010100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6355B; }

 p { color: rgb(166,53,91); }

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

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

 a { background-color: rgb(166,53,91); }

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

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

 span { border-color: rgb(166,53,91); }

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