#A6355C

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

Shades of Rouge #A6355C

Tints of Rouge #A6355C

Color information

#A6355C (or 0xA6355C) is unknown color: approx Rouge. HEX triplet: A6, 35 and 5C. RGB value is (166,53,92). Sum of RGB (Red+Green+Blue) = 166+53+92=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6355C is #59CAA3. Grayscale: #5B5B5B. Windows color (decimal): -5884580 or 6043046. OLE color: 6043046.

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

Color convert

RGB1665392-
CMYK00.680.450.35
HSL339.29º51.6%42.94%-
HSV(B)339.29º68.07%65.1%-
XYZ18.9311.4311.33-
YUV91.23128.44181.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=53.38%
G=17.04%
B=29.58%

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
Decimal166539200.680.450.35339.2951.642.94
HexA6355C0442D23153342b
Octal24665134010455435236453
Binary10100110110101101110001000100101101100011101010011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6355C; }

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

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

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

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

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

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

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

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