#A45870

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

Shades of Vin Rouge #A45870

Tints of Vin Rouge #A45870

Color information

#A45870 (or 0xA45870) is unknown color: approx Vin Rouge. HEX triplet: A4, 58 and 70. RGB value is (164,88,112). Sum of RGB (Red+Green+Blue) = 164+88+112=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A45870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45870 is #5BA78F. Grayscale: #717171. Windows color (decimal): -6006672 or 7362724. OLE color: 7362724.

HSL color Cylindrical-coordinate representation of color #A45870: hue angle of 341.05º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45870 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16488112-
CMYK00.460.320.36
HSL341.05º30.16%49.41%-
HSV(B)341.05º46.34%64.31%-
XYZ21.7216.0417.28-
YUV113.46127.18164.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=45.05%
G=24.18%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648811200.460.320.36341.0530.1649.41
HexA4587002E20241551e31
Octal24413016005640445253661
Binary1010010010110001110000010111010000010010010101010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45870; }

 p { color: rgb(164,88,112); }

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

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

 a { background-color: rgb(164,88,112); }

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

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

 span { border-color: rgb(164,88,112); }

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