#A25366

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

Shades of Vin Rouge #A25366

Tints of Vin Rouge #A25366

Color information

#A25366 (or 0xA25366) is unknown color: approx Vin Rouge. HEX triplet: A2, 53 and 66. RGB value is (162,83,102). Sum of RGB (Red+Green+Blue) = 162+83+102=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25366 is #5DAC99. Grayscale: #6C6C6C. Windows color (decimal): -6139034 or 6706082. OLE color: 6706082.

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

Color convert

RGB16283102-
CMYK00.490.370.36
HSL345.57º32.24%48.04%-
HSV(B)345.57º48.77%63.53%-
XYZ20.3914.8314.36-
YUV108.79124.17165.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=46.69%
G=23.92%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628310200.490.370.36345.5732.2448.04
HexA25366031252415a2030
Octal24212314606145445324060
Binary10100010101001111001100110001100101100100101011010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25366; }

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

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

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

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

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

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

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

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