#A25E66

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

Shades of Vin Rouge #A25E66

Tints of Vin Rouge #A25E66

Color information

#A25E66 (or 0xA25E66) is unknown color: approx Vin Rouge. HEX triplet: A2, 5E and 66. RGB value is (162,94,102). Sum of RGB (Red+Green+Blue) = 162+94+102=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E66 is #5DA199. Grayscale: #737373. Windows color (decimal): -6136218 or 6708898. OLE color: 6708898.

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

Color convert

RGB16294102-
CMYK00.420.370.36
HSL352.94º26.77%50.2%-
HSV(B)352.94º41.98%63.53%-
XYZ21.316.6514.66-
YUV115.24120.53161.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=45.25%
G=26.26%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629410200.420.370.36352.9426.7750.2
HexA25E6602A25241611b32
Octal24213614605245445413362
Binary1010001010111101100110010101010010110010010110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E66; }

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

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

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

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

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

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

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

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