#A25369

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

Shades of Vin Rouge #A25369

Tints of Vin Rouge #A25369

Color information

#A25369 (or 0xA25369) is unknown color: approx Vin Rouge. HEX triplet: A2, 53 and 69. RGB value is (162,83,105). Sum of RGB (Red+Green+Blue) = 162+83+105=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A25369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25369 is #5DAC96. Grayscale: #6D6D6D. Windows color (decimal): -6139031 or 6902690. OLE color: 6902690.

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

Color convert

RGB16283105-
CMYK00.490.350.36
HSL343.29º32.24%48.04%-
HSV(B)343.29º48.77%63.53%-
XYZ20.5414.8915.16-
YUV109.13125.67165.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 105 (41.41% from 255) = 30%
R=46.29%
G=23.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628310500.490.350.36343.2932.2448.04
HexA2536903123241572030
Octal24212315106143445274060
Binary10100010101001111010010110001100011100100101010111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25369; }

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

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

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

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

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

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

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

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