#A03D5F

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

Shades of Rouge #A03D5F

Tints of Rouge #A03D5F

Color information

#A03D5F (or 0xA03D5F) is unknown color: approx Rouge. HEX triplet: A0, 3D and 5F. RGB value is (160,61,95). Sum of RGB (Red+Green+Blue) = 160+61+95=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03D5F is #5FC2A0. Grayscale: #5E5E5E. Windows color (decimal): -6275745 or 6241696. OLE color: 6241696.

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

Color convert

RGB1606195-
CMYK00.620.410.37
HSL339.39º44.8%43.33%-
HSV(B)339.39º61.87%62.75%-
XYZ18.2311.6412.11-
YUV94.48128.3174.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 61 (24.22% from 255) = 19.30%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=50.63%
G=19.30%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160619500.620.410.37339.3944.843.33
HexA03D5F03E29251532d2b
Octal2407513707651455235553
Binary1010000011110110111110111110101001100101101010011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03D5F; }

 p { color: rgb(160,61,95); }

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

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

 a { background-color: rgb(160,61,95); }

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

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

 span { border-color: rgb(160,61,95); }

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