#A35570

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

Shades of Vin Rouge #A35570

Tints of Vin Rouge #A35570

Color information

#A35570 (or 0xA35570) is unknown color: approx Vin Rouge. HEX triplet: A3, 55 and 70. RGB value is (163,85,112). Sum of RGB (Red+Green+Blue) = 163+85+112=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A35570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35570 is #5CAA8F. Grayscale: #6F6F6F. Windows color (decimal): -6072976 or 7361955. OLE color: 7361955.

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

Color convert

RGB16385112-
CMYK00.480.310.36
HSL339.23º31.45%48.63%-
HSV(B)339.23º47.85%63.92%-
XYZ21.2815.4517.19-
YUV111.4128.34164.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=45.28%
G=23.61%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638511200.480.310.36339.2331.4548.63
HexA355700301F241531f31
Octal24312516006037445233761
Binary101000111010101111000001100001111110010010101001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35570; }

 p { color: rgb(163,85,112); }

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

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

 a { background-color: rgb(163,85,112); }

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

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

 span { border-color: rgb(163,85,112); }

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