#A25C66

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

Shades of Vin Rouge #A25C66

Tints of Vin Rouge #A25C66

Color information

#A25C66 (or 0xA25C66) is unknown color: approx Vin Rouge. HEX triplet: A2, 5C and 66. RGB value is (162,92,102). Sum of RGB (Red+Green+Blue) = 162+92+102=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C66 is #5DA399. Grayscale: #727272. Windows color (decimal): -6136730 or 6708386. OLE color: 6708386.

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

Color convert

RGB16292102-
CMYK00.430.370.36
HSL351.43º27.56%49.8%-
HSV(B)351.43º43.21%63.53%-
XYZ21.1316.2914.6-
YUV114.07121.19162.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=45.51%
G=25.84%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629210200.430.370.36351.4327.5649.8
HexA25C6602B252415f1c32
Octal24213414605345445373462
Binary1010001010111001100110010101110010110010010101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C66; }

 p { color: rgb(162,92,102); }

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

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

 a { background-color: rgb(162,92,102); }

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

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

 span { border-color: rgb(162,92,102); }

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