#A1576E

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

Shades of Vin Rouge #A1576E

Tints of Vin Rouge #A1576E

Color information

#A1576E (or 0xA1576E) is unknown color: approx Vin Rouge. HEX triplet: A1, 57 and 6E. RGB value is (161,87,110). Sum of RGB (Red+Green+Blue) = 161+87+110=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1576E is #5EA891. Grayscale: #6F6F6F. Windows color (decimal): -6203538 or 7231393. OLE color: 7231393.

HSL color Cylindrical-coordinate representation of color #A1576E: hue angle of 341.35º 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 #A1576E is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16187110-
CMYK00.460.320.37
HSL341.35º29.84%48.63%-
HSV(B)341.35º45.96%63.14%-
XYZ20.9215.5216.64-
YUV111.75127.02163.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=44.97%
G=24.30%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618711000.460.320.37341.3529.8448.63
HexA1576E02E20251551e31
Octal24112715605640455253661
Binary1010000110101111101110010111010000010010110101010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1576E; }

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

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

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

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

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

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

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

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