#A45968

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

Shades of Vin Rouge #A45968

Tints of Vin Rouge #A45968

Color information

#A45968 (or 0xA45968) is unknown color: approx Vin Rouge. HEX triplet: A4, 59 and 68. RGB value is (164,89,104). Sum of RGB (Red+Green+Blue) = 164+89+104=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A45968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45968 is #5BA697. Grayscale: #717171. Windows color (decimal): -6006424 or 6838692. OLE color: 6838692.

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

Color convert

RGB16489104-
CMYK00.460.370.36
HSL348º29.64%49.61%-
HSV(B)348º45.73%64.31%-
XYZ21.3816.0415.07-
YUV113.14122.85164.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=45.94%
G=24.93%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648910400.460.370.3634829.6449.61
HexA4596802E252415c1e32
Octal24413115005645445343662
Binary1010010010110011101000010111010010110010010101110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45968; }

 p { color: rgb(164,89,104); }

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

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

 a { background-color: rgb(164,89,104); }

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

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

 span { border-color: rgb(164,89,104); }

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