#A35868

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

Shades of Vin Rouge #A35868

Tints of Vin Rouge #A35868

Color information

#A35868 (or 0xA35868) is unknown color: approx Vin Rouge. HEX triplet: A3, 58 and 68. RGB value is (163,88,104). Sum of RGB (Red+Green+Blue) = 163+88+104=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A35868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35868 is #5CA797. Grayscale: #707070. Windows color (decimal): -6072216 or 6838435. OLE color: 6838435.

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

Color convert

RGB16388104-
CMYK00.460.360.36
HSL347.2º29.88%49.22%-
HSV(B)347.2º46.01%63.92%-
XYZ21.0915.7715.03-
YUV112.25123.35164.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=45.92%
G=24.79%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638810400.460.360.36347.229.8849.22
HexA3586802E242415b1e31
Octal24313015005644445333661
Binary1010001110110001101000010111010010010010010101101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35868; }

 p { color: rgb(163,88,104); }

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

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

 a { background-color: rgb(163,88,104); }

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

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

 span { border-color: rgb(163,88,104); }

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