#A35D67

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

Shades of Vin Rouge #A35D67

Tints of Vin Rouge #A35D67

Color information

#A35D67 (or 0xA35D67) is unknown color: approx Vin Rouge. HEX triplet: A3, 5D and 67. RGB value is (163,93,103). Sum of RGB (Red+Green+Blue) = 163+93+103=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D67 is #5CA298. Grayscale: #737373. Windows color (decimal): -6070937 or 6774179. OLE color: 6774179.

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

Color convert

RGB16393103-
CMYK00.430.370.36
HSL351.43º27.56%50.2%-
HSV(B)351.43º42.94%63.92%-
XYZ21.4716.5914.9-
YUV115.07121.19162.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 93 (36.72% from 255) = 25.91%
BLUE value IS 103 (40.62% from 255) = 28.69%
R=45.40%
G=25.91%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639310300.430.370.36351.4327.5650.2
HexA35D6702B252415f1c32
Octal24313514705345445373462
Binary1010001110111011100111010101110010110010010101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D67; }

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

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

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

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

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

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

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

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