#A05362

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

Shades of Vin Rouge #A05362

Tints of Vin Rouge #A05362

Color information

#A05362 (or 0xA05362) is unknown color: approx Vin Rouge. HEX triplet: A0, 53 and 62. RGB value is (160,83,98). Sum of RGB (Red+Green+Blue) = 160+83+98=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A05362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05362 is #5FAC9D. Grayscale: #6B6B6B. Windows color (decimal): -6270110 or 6443936. OLE color: 6443936.

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

Color convert

RGB1608398-
CMYK00.480.390.37
HSL348.31º31.69%47.65%-
HSV(B)348.31º48.12%62.75%-
XYZ19.814.5413.32-
YUV107.73122.51165.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=46.92%
G=24.34%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160839800.480.390.37348.3131.6947.65
HexA05362030272515c2030
Octal24012314206047455344060
Binary10100000101001111000100110000100111100101101011100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05362; }

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

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

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

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

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

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

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

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