#A35B67

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

Shades of Vin Rouge #A35B67

Tints of Vin Rouge #A35B67

Color information

#A35B67 (or 0xA35B67) is unknown color: approx Vin Rouge. HEX triplet: A3, 5B and 67. RGB value is (163,91,103). Sum of RGB (Red+Green+Blue) = 163+91+103=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B67 is #5CA498. Grayscale: #717171. Windows color (decimal): -6071449 or 6773667. OLE color: 6773667.

HSL color Cylindrical-coordinate representation of color #A35B67: hue angle of 350º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35B67 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16391103-
CMYK00.440.370.36
HSL350º28.35%49.8%-
HSV(B)350º44.17%63.92%-
XYZ21.2916.2514.85-
YUV113.9121.85163.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 103 (40.62% from 255) = 28.85%
R=45.66%
G=25.49%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639110300.440.370.3635028.3549.8
HexA35B6702C252415e1c32
Octal24313314705445445363462
Binary1010001110110111100111010110010010110010010101111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B67; }

 p { color: rgb(163,91,103); }

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

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

 a { background-color: rgb(163,91,103); }

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

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

 span { border-color: rgb(163,91,103); }

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