#A35671

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

Shades of Vin Rouge #A35671

Tints of Vin Rouge #A35671

Color information

#A35671 (or 0xA35671) is unknown color: approx Vin Rouge. HEX triplet: A3, 56 and 71. RGB value is (163,86,113). Sum of RGB (Red+Green+Blue) = 163+86+113=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A35671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35671 is #5CA98E. Grayscale: #707070. Windows color (decimal): -6072719 or 7427747. OLE color: 7427747.

HSL color Cylindrical-coordinate representation of color #A35671: hue angle of 338.96º 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 #A35671 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16386113-
CMYK00.470.310.36
HSL338.96º30.92%48.82%-
HSV(B)338.96º47.24%63.92%-
XYZ21.4115.6317.51-
YUV112.1128.51164.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 113 (44.53% from 255) = 31.22%
R=45.03%
G=23.76%
B=31.22%

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
Decimal1638611300.470.310.36338.9630.9248.82
HexA3567102F1F241531f31
Octal24312616105737445233761
Binary101000111010110111000101011111111110010010101001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35671; }

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

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

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

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

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

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

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

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