#A25770

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

Shades of Vin Rouge #A25770

Tints of Vin Rouge #A25770

Color information

#A25770 (or 0xA25770) is unknown color: approx Vin Rouge. HEX triplet: A2, 57 and 70. RGB value is (162,87,112). Sum of RGB (Red+Green+Blue) = 162+87+112=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A25770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25770 is #5DA88F. Grayscale: #707070. Windows color (decimal): -6138000 or 7362466. OLE color: 7362466.

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

Color convert

RGB16287112-
CMYK00.460.310.36
HSL340º30.12%48.82%-
HSV(B)340º46.3%63.53%-
XYZ21.2315.6717.23-
YUV112.28127.85163.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=44.88%
G=24.10%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628711200.460.310.3634030.1248.82
HexA2577002E1F241541e31
Octal24212716005637445243661
Binary101000101010111111000001011101111110010010101010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25770; }

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

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

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

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

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

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

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

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