#A0395E

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

Shades of Rouge #A0395E

Tints of Rouge #A0395E

Color information

#A0395E (or 0xA0395E) is unknown color: approx Rouge. HEX triplet: A0, 39 and 5E. RGB value is (160,57,94). Sum of RGB (Red+Green+Blue) = 160+57+94=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A0395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0395E is #5FC6A1. Grayscale: #5B5B5B. Windows color (decimal): -6276770 or 6175136. OLE color: 6175136.

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

Color convert

RGB1605794-
CMYK00.640.410.37
HSL338.45º47.47%42.55%-
HSV(B)338.45º64.38%62.75%-
XYZ17.9811.2111.81-
YUV92.01129.12176.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=51.45%
G=18.33%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160579400.640.410.37338.4547.4742.55
HexA0395E04029251522f2b
Octal24071136010051455225753
Binary10100000111001101111001000000101001100101101010010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0395E; }

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

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

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

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

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

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

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

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