#A1576F

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

Shades of Vin Rouge #A1576F

Tints of Vin Rouge #A1576F

Color information

#A1576F (or 0xA1576F) is unknown color: approx Vin Rouge. HEX triplet: A1, 57 and 6F. RGB value is (161,87,111). Sum of RGB (Red+Green+Blue) = 161+87+111=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1576F is #5EA890. Grayscale: #6F6F6F. Windows color (decimal): -6203537 or 7296929. OLE color: 7296929.

HSL color Cylindrical-coordinate representation of color #A1576F: hue angle of 340.54º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1576F is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16187111-
CMYK00.460.310.37
HSL340.54º29.84%48.63%-
HSV(B)340.54º45.96%63.14%-
XYZ20.9815.5416.93-
YUV111.86127.52163.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=44.85%
G=24.23%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618711100.460.310.37340.5429.8448.63
HexA1576F02E1F251551e31
Octal24112715705637455253661
Binary101000011010111110111101011101111110010110101010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1576F; }

 p { color: rgb(161,87,111); }

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

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

 a { background-color: rgb(161,87,111); }

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

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

 span { border-color: rgb(161,87,111); }

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