#A03E5D

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

Shades of Rouge #A03E5D

Tints of Rouge #A03E5D

Color information

#A03E5D (or 0xA03E5D) is unknown color: approx Rouge. HEX triplet: A0, 3E and 5D. RGB value is (160,62,93). Sum of RGB (Red+Green+Blue) = 160+62+93=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03E5D is #5FC1A2. Grayscale: #5E5E5E. Windows color (decimal): -6275491 or 6110880. OLE color: 6110880.

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

Color convert

RGB1606293-
CMYK00.610.420.37
HSL341.02º44.14%43.53%-
HSV(B)341.02º61.25%62.75%-
XYZ18.211.7111.66-
YUV94.84126.97174.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.79%
GREEN value IS 62 (24.61% from 255) = 19.68%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=50.79%
G=19.68%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160629300.610.420.37341.0244.1443.53
HexA03E5D03D2A251552c2c
Octal2407613507552455255454
Binary1010000011111010111010111101101010100101101010101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03E5D; }

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

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

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

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

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

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

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

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