#A03870

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

Shades of Rouge #A03870

Tints of Rouge #A03870

Color information

#A03870 (or 0xA03870) is unknown color: approx Rouge. HEX triplet: A0, 38 and 70. RGB value is (160,56,112). Sum of RGB (Red+Green+Blue) = 160+56+112=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A03870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03870 is #5FC78F. Grayscale: #5D5D5D. Windows color (decimal): -6277008 or 7354528. OLE color: 7354528.

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

Color convert

RGB16056112-
CMYK00.650.300.37
HSL327.69º48.15%42.35%-
HSV(B)327.69º65%62.75%-
XYZ18.8411.4716.55-
YUV93.48138.46175.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=48.78%
G=17.07%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605611200.650.300.37327.6948.1542.35
HexA038700411E25148302a
Octal24070160010136455106052
Binary1010000011100011100000100000111110100101101001000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03870; }

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

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

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

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

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

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

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

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