#A5576E

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

Shades of Vin Rouge #A5576E

Tints of Vin Rouge #A5576E

Color information

#A5576E (or 0xA5576E) is unknown color: approx Vin Rouge. HEX triplet: A5, 57 and 6E. RGB value is (165,87,110). Sum of RGB (Red+Green+Blue) = 165+87+110=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5576E is #5AA891. Grayscale: #707070. Windows color (decimal): -5941394 or 7231397. OLE color: 7231397.

HSL color Cylindrical-coordinate representation of color #A5576E: hue angle of 342.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5576E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16587110-
CMYK00.470.330.35
HSL342.31º30.95%49.41%-
HSV(B)342.31º47.27%64.71%-
XYZ21.7415.9416.68-
YUV112.94126.34165.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 87 (34.38% from 255) = 24.03%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=45.58%
G=24.03%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658711000.470.330.35342.3130.9549.41
HexA5576E02F21231561f31
Octal24512715605741435263761
Binary1010010110101111101110010111110000110001110101011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5576E; }

 p { color: rgb(165,87,110); }

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

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

 a { background-color: rgb(165,87,110); }

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

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

 span { border-color: rgb(165,87,110); }

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