#A0395D

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

Shades of Rouge #A0395D

Tints of Rouge #A0395D

Color information

#A0395D (or 0xA0395D) is unknown color: approx Rouge. HEX triplet: A0, 39 and 5D. RGB value is (160,57,93). Sum of RGB (Red+Green+Blue) = 160+57+93=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0395D is #5FC6A2. Grayscale: #5B5B5B. Windows color (decimal): -6276771 or 6109600. OLE color: 6109600.

HSL color Cylindrical-coordinate representation of color #A0395D: hue angle of 339.03º 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 #A0395D is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1605793-
CMYK00.640.420.37
HSL339.03º47.47%42.55%-
HSV(B)339.03º64.38%62.75%-
XYZ17.9411.1911.57-
YUV91.9128.62176.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 93 (36.72% from 255) = 30%
R=51.61%
G=18.39%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160579300.640.420.37339.0347.4742.55
HexA0395D0402A251532f2b
Octal24071135010052455235753
Binary10100000111001101110101000000101010100101101010011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0395D; }

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

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

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

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

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

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

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

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