#A25C6A

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

Shades of Vin Rouge #A25C6A

Tints of Vin Rouge #A25C6A

Color information

#A25C6A (or 0xA25C6A) is unknown color: approx Vin Rouge. HEX triplet: A2, 5C and 6A. RGB value is (162,92,106). Sum of RGB (Red+Green+Blue) = 162+92+106=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C6A is #5DA395. Grayscale: #727272. Windows color (decimal): -6136726 or 6970530. OLE color: 6970530.

HSL color Cylindrical-coordinate representation of color #A25C6A: hue angle of 348º 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 #A25C6A is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16292106-
CMYK00.430.350.36
HSL348º27.56%49.8%-
HSV(B)348º43.21%63.53%-
XYZ21.3316.3815.67-
YUV114.53123.19161.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=45%
G=25.56%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629210600.430.350.3634827.5649.8
HexA25C6A02B232415c1c32
Octal24213415205343445343462
Binary1010001010111001101010010101110001110010010101110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C6A; }

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

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

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

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

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

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

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

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