#A35C6B

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

Shades of Vin Rouge #A35C6B

Tints of Vin Rouge #A35C6B

Color information

#A35C6B (or 0xA35C6B) is unknown color: approx Vin Rouge. HEX triplet: A3, 5C and 6B. RGB value is (163,92,107). Sum of RGB (Red+Green+Blue) = 163+92+107=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C6B is #5CA394. Grayscale: #727272. Windows color (decimal): -6071189 or 7036067. OLE color: 7036067.

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

Color convert

RGB16392107-
CMYK00.440.340.36
HSL347.32º27.84%50%-
HSV(B)347.32º43.56%63.92%-
XYZ21.5916.515.96-
YUV114.94123.52162.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=45.03%
G=25.41%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639210700.440.340.36347.3227.8450
HexA35C6B02C222415b1c32
Octal24313415305442445333462
Binary1010001110111001101011010110010001010010010101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C6B; }

 p { color: rgb(163,92,107); }

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

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

 a { background-color: rgb(163,92,107); }

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

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

 span { border-color: rgb(163,92,107); }

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