#A2576B

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

Shades of Vin Rouge #A2576B

Tints of Vin Rouge #A2576B

Color information

#A2576B (or 0xA2576B) is unknown color: approx Vin Rouge. HEX triplet: A2, 57 and 6B. RGB value is (162,87,107). Sum of RGB (Red+Green+Blue) = 162+87+107=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2576B is #5DA894. Grayscale: #6F6F6F. Windows color (decimal): -6138005 or 7034786. OLE color: 7034786.

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

Color convert

RGB16287107-
CMYK00.460.340.36
HSL344º30.12%48.82%-
HSV(B)344º46.3%63.53%-
XYZ20.9615.5615.81-
YUV111.7125.35163.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=45.51%
G=24.44%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628710700.460.340.3634430.1248.82
HexA2576B02E22241581e31
Octal24212715305642445303661
Binary1010001010101111101011010111010001010010010101100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2576B; }

 p { color: rgb(162,87,107); }

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

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

 a { background-color: rgb(162,87,107); }

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

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

 span { border-color: rgb(162,87,107); }

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