#A35B6A

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

Shades of Vin Rouge #A35B6A

Tints of Vin Rouge #A35B6A

Color information

#A35B6A (or 0xA35B6A) is unknown color: approx Vin Rouge. HEX triplet: A3, 5B and 6A. RGB value is (163,91,106). Sum of RGB (Red+Green+Blue) = 163+91+106=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B6A is #5CA495. Grayscale: #727272. Windows color (decimal): -6071446 or 6970275. OLE color: 6970275.

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

Color convert

RGB16391106-
CMYK00.440.350.36
HSL347.5º28.35%49.8%-
HSV(B)347.5º44.17%63.92%-
XYZ21.4516.3115.65-
YUV114.24123.35162.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=45.28%
G=25.28%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639110600.440.350.36347.528.3549.8
HexA35B6A02C232415c1c32
Octal24313315205443445343462
Binary1010001110110111101010010110010001110010010101110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B6A; }

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

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

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

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

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

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

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

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