#A35469

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

Shades of Vin Rouge #A35469

Tints of Vin Rouge #A35469

Color information

#A35469 (or 0xA35469) is unknown color: approx Vin Rouge. HEX triplet: A3, 54 and 69. RGB value is (163,84,105). Sum of RGB (Red+Green+Blue) = 163+84+105=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A35469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35469 is #5CAB96. Grayscale: #6E6E6E. Windows color (decimal): -6073239 or 6902947. OLE color: 6902947.

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

Color convert

RGB16384105-
CMYK00.480.360.36
HSL344.05º31.98%48.43%-
HSV(B)344.05º48.47%63.92%-
XYZ20.8215.1515.19-
YUV110.01125.17165.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=46.31%
G=23.86%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638410500.480.360.36344.0531.9848.43
HexA3546903024241582030
Octal24312415106044445304060
Binary10100011101010011010010110000100100100100101011000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35469; }

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

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

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

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

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

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

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

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