#A35B69

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

Shades of Vin Rouge #A35B69

Tints of Vin Rouge #A35B69

Color information

#A35B69 (or 0xA35B69) is unknown color: approx Vin Rouge. HEX triplet: A3, 5B and 69. RGB value is (163,91,105). Sum of RGB (Red+Green+Blue) = 163+91+105=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B69 is #5CA496. Grayscale: #727272. Windows color (decimal): -6071447 or 6904739. OLE color: 6904739.

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

Color convert

RGB16391105-
CMYK00.440.360.36
HSL348.33º28.35%49.8%-
HSV(B)348.33º44.17%63.92%-
XYZ21.416.2915.38-
YUV114.12122.85162.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=45.40%
G=25.35%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639110500.440.360.36348.3328.3549.8
HexA35B6902C242415c1c32
Octal24313315105444445343462
Binary1010001110110111101001010110010010010010010101110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B69; }

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

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

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

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

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

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

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

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