#A25570

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

Shades of Vin Rouge #A25570

Tints of Vin Rouge #A25570

Color information

#A25570 (or 0xA25570) is unknown color: approx Vin Rouge. HEX triplet: A2, 55 and 70. RGB value is (162,85,112). Sum of RGB (Red+Green+Blue) = 162+85+112=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A25570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25570 is #5DAA8F. Grayscale: #6F6F6F. Windows color (decimal): -6138512 or 7361954. OLE color: 7361954.

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

Color convert

RGB16285112-
CMYK00.480.310.36
HSL338.96º31.17%48.43%-
HSV(B)338.96º47.53%63.53%-
XYZ21.0715.3517.18-
YUV111.1128.51164.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=45.13%
G=23.68%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628511200.480.310.36338.9631.1748.43
HexA255700301F241531f30
Octal24212516006037445233760
Binary101000101010101111000001100001111110010010101001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25570; }

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

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

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

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

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

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

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

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