#A03871

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

Shades of Rouge #A03871

Tints of Rouge #A03871

Color information

#A03871 (or 0xA03871) is unknown color: approx Rouge. HEX triplet: A0, 38 and 71. RGB value is (160,56,113). Sum of RGB (Red+Green+Blue) = 160+56+113=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A03871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03871 is #5FC78E. Grayscale: #5D5D5D. Windows color (decimal): -6277007 or 7420064. OLE color: 7420064.

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

Color convert

RGB16056113-
CMYK00.650.290.37
HSL327.12º48.15%42.35%-
HSV(B)327.12º65%62.75%-
XYZ18.8911.4916.85-
YUV93.59138.96175.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=48.63%
G=17.02%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605611300.650.290.37327.1248.1542.35
HexA038710411D25147302a
Octal24070161010135455076052
Binary1010000011100011100010100000111101100101101000111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03871; }

 p { color: rgb(160,56,113); }

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

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

 a { background-color: rgb(160,56,113); }

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

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

 span { border-color: rgb(160,56,113); }

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