#A25A61

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

Shades of Vin Rouge #A25A61

Tints of Vin Rouge #A25A61

Color information

#A25A61 (or 0xA25A61) is unknown color: approx Vin Rouge. HEX triplet: A2, 5A and 61. RGB value is (162,90,97). Sum of RGB (Red+Green+Blue) = 162+90+97=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A61 is #5DA59E. Grayscale: #707070. Windows color (decimal): -6137247 or 6380194. OLE color: 6380194.

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

Color convert

RGB1629097-
CMYK00.440.400.36
HSL354.17º28.57%49.41%-
HSV(B)354.17º44.44%63.53%-
XYZ20.7115.8613.28-
YUV112.33119.35163.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 90 (35.55% from 255) = 25.79%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=46.42%
G=25.79%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162909700.440.400.36354.1728.5749.41
HexA25A6102C28241621d31
Octal24213214105450445423561
Binary1010001010110101100001010110010100010010010110001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A61; }

 p { color: rgb(162,90,97); }

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

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

 a { background-color: rgb(162,90,97); }

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

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

 span { border-color: rgb(162,90,97); }

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