#A35165

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

Shades of Vin Rouge #A35165

Tints of Vin Rouge #A35165

Color information

#A35165 (or 0xA35165) is unknown color: approx Vin Rouge. HEX triplet: A3, 51 and 65. RGB value is (163,81,101). Sum of RGB (Red+Green+Blue) = 163+81+101=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A35165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35165 is #5CAE9A. Grayscale: #6B6B6B. Windows color (decimal): -6074011 or 6640035. OLE color: 6640035.

HSL color Cylindrical-coordinate representation of color #A35165: hue angle of 345.37º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35165 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16381101-
CMYK00.500.380.36
HSL345.37º33.61%47.84%-
HSV(B)345.37º50.31%63.92%-
XYZ20.414.6114.06-
YUV107.8124.17167.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=47.25%
G=23.48%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638110100.500.380.36345.3733.6147.84
HexA3516503226241592230
Octal24312114506246445314260
Binary10100011101000111001010110010100110100100101011001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35165; }

 p { color: rgb(163,81,101); }

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

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

 a { background-color: rgb(163,81,101); }

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

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

 span { border-color: rgb(163,81,101); }

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