#A05364

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

Shades of Vin Rouge #A05364

Tints of Vin Rouge #A05364

Color information

#A05364 (or 0xA05364) is unknown color: approx Vin Rouge. HEX triplet: A0, 53 and 64. RGB value is (160,83,100). Sum of RGB (Red+Green+Blue) = 160+83+100=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A05364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05364 is #5FAC9B. Grayscale: #6B6B6B. Windows color (decimal): -6270108 or 6575008. OLE color: 6575008.

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

Color convert

RGB16083100-
CMYK00.480.380.37
HSL346.75º31.69%47.65%-
HSV(B)346.75º48.12%62.75%-
XYZ19.8914.5813.82-
YUV107.96123.51165.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=46.65%
G=24.20%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608310000.480.380.37346.7531.6947.65
HexA05364030262515b2030
Octal24012314406046455334060
Binary10100000101001111001000110000100110100101101011011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05364; }

 p { color: rgb(160,83,100); }

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

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

 a { background-color: rgb(160,83,100); }

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

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

 span { border-color: rgb(160,83,100); }

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