#A35663

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

Shades of Vin Rouge #A35663

Tints of Vin Rouge #A35663

Color information

#A35663 (or 0xA35663) is unknown color: approx Vin Rouge. HEX triplet: A3, 56 and 63. RGB value is (163,86,99). Sum of RGB (Red+Green+Blue) = 163+86+99=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A35663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35663 is #5CA99C. Grayscale: #6E6E6E. Windows color (decimal): -6072733 or 6510243. OLE color: 6510243.

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

Color convert

RGB1638699-
CMYK00.470.390.36
HSL349.87º30.92%48.82%-
HSV(B)349.87º47.24%63.92%-
XYZ20.6815.3413.68-
YUV110.5121.51165.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.84%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 99 (39.06% from 255) = 28.45%
R=46.84%
G=24.71%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163869900.470.390.36349.8730.9248.82
HexA3566302F272415e1f31
Octal24312614305747445363761
Binary1010001110101101100011010111110011110010010101111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35663; }

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

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

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

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

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

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

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

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