#A0355E

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

Shades of Rouge #A0355E

Tints of Rouge #A0355E

Color information

#A0355E (or 0xA0355E) is unknown color: approx Rouge. HEX triplet: A0, 35 and 5E. RGB value is (160,53,94). Sum of RGB (Red+Green+Blue) = 160+53+94=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0355E is #5FCAA1. Grayscale: #595959. Windows color (decimal): -6277794 or 6174112. OLE color: 6174112.

HSL color Cylindrical-coordinate representation of color #A0355E: hue angle of 337.01º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0355E is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1605394-
CMYK00.670.410.37
HSL337.01º50.23%41.76%-
HSV(B)337.01º66.87%62.75%-
XYZ17.7910.8311.74-
YUV89.67130.45178.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=52.12%
G=17.26%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160539400.670.410.37337.0150.2341.76
HexA0355E0432925151322a
Octal24065136010351455216252
Binary10100000110101101111001000011101001100101101010001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0355E; }

 p { color: rgb(160,53,94); }

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

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

 a { background-color: rgb(160,53,94); }

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

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

 span { border-color: rgb(160,53,94); }

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