#A0396D

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

Shades of Rouge #A0396D

Tints of Rouge #A0396D

Color information

#A0396D (or 0xA0396D) is unknown color: approx Rouge. HEX triplet: A0, 39 and 6D. RGB value is (160,57,109). Sum of RGB (Red+Green+Blue) = 160+57+109=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0396D is #5FC692. Grayscale: #5D5D5D. Windows color (decimal): -6276755 or 7158176. OLE color: 7158176.

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

Color convert

RGB16057109-
CMYK00.640.320.37
HSL329.71º47.47%42.55%-
HSV(B)329.71º64.38%62.75%-
XYZ18.7211.515.7-
YUV93.72136.62175.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=49.08%
G=17.48%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605710900.640.320.37329.7147.4742.55
HexA0396D040202514a2f2b
Octal24071155010040455125753
Binary10100000111001110110101000000100000100101101001010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0396D; }

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

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

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

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

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

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

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

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