#A3576A

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

Shades of Vin Rouge #A3576A

Tints of Vin Rouge #A3576A

Color information

#A3576A (or 0xA3576A) is unknown color: approx Vin Rouge. HEX triplet: A3, 57 and 6A. RGB value is (163,87,106). Sum of RGB (Red+Green+Blue) = 163+87+106=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3576A is #5CA895. Grayscale: #6F6F6F. Windows color (decimal): -6072470 or 6969251. OLE color: 6969251.

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

Color convert

RGB16387106-
CMYK00.470.350.36
HSL345º30.4%49.02%-
HSV(B)345º46.63%63.92%-
XYZ21.1115.6415.54-
YUV111.89124.68164.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=45.79%
G=24.44%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638710600.470.350.3634530.449.02
HexA3576A02F23241591e31
Octal24312715205743445313661
Binary1010001110101111101010010111110001110010010101100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3576A; }

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

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

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

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

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

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

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

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