#A35D62

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

Shades of Vin Rouge #A35D62

Tints of Vin Rouge #A35D62

Color information

#A35D62 (or 0xA35D62) is unknown color: approx Vin Rouge. HEX triplet: A3, 5D and 62. RGB value is (163,93,98). Sum of RGB (Red+Green+Blue) = 163+93+98=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D62 is #5CA29D. Grayscale: #727272. Windows color (decimal): -6070942 or 6446499. OLE color: 6446499.

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

Color convert

RGB1639398-
CMYK00.430.400.36
HSL355.71º27.56%50.2%-
HSV(B)355.71º42.94%63.92%-
XYZ21.2216.513.62-
YUV114.5118.69162.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=46.05%
G=26.27%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163939800.430.400.36355.7127.5650.2
HexA35D6202B28241641c32
Octal24313514205350445443462
Binary1010001110111011100010010101110100010010010110010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D62; }

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

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

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

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

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

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

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

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