#A35670

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

Shades of Vin Rouge #A35670

Tints of Vin Rouge #A35670

Color information

#A35670 (or 0xA35670) is unknown color: approx Vin Rouge. HEX triplet: A3, 56 and 70. RGB value is (163,86,112). Sum of RGB (Red+Green+Blue) = 163+86+112=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A35670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35670 is #5CA98F. Grayscale: #6F6F6F. Windows color (decimal): -6072720 or 7362211. OLE color: 7362211.

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

Color convert

RGB16386112-
CMYK00.470.310.36
HSL339.74º30.92%48.82%-
HSV(B)339.74º47.24%63.92%-
XYZ21.3615.6117.22-
YUV111.99128.01164.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=45.15%
G=23.82%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638611200.470.310.36339.7430.9248.82
HexA3567002F1F241541f31
Octal24312616005737445243761
Binary101000111010110111000001011111111110010010101010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35670; }

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

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

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

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

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

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

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

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