Html Css Color HEX #A0596C Vin Rouge

📋 copy color: '#A0596C'

red 160 ◦ green 89 ◦ blue 108

#A0596C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #A0596C

Tints of Vin Rouge #A0596C

RGB

 RED value IS 160 (62.89% from 255) = 44.82%

 GREEN value IS 89 (35.16% from 255) = 24.93%

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 44.82%
G = 24.93%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0596C (or 0xA0596C) is known color: Vin Rouge. HEX triplet: A0, 59 and 6C. RGB value is (160,89,108). Sum of RGB (Red+Green+Blue) = 160+89+108=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0596C is #5FA693. Grayscale: #707070. Windows color (decimal): -6268564 or 7100832. OLE color: 7100832.

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

Color convert

RGB 160 89 108 -
CMYK 0 0.44 0.32 0.37
HSL 343.94º 0.29% 0.49% -
HSV(B) 343.94º 0.44% 0.63% -
XYZ 20.78 15.7 16.12 -
YUV 112.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 160 89 108 0 0.44 0.32 0.37 343.94 0.29 0.49
Hex A0 59 6C 0 2C 20 25 158 1D 31
Octal 240 131 154 0 54 40 45 530 35 61
Binary 10100000 1011001 1101100 0 101100 100000 100101 101011000 11101 110001

Color Harmonies of #A0596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0596C

Black with #A0596C

Text Example


Text Example

White with #A0596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0596C; }

 p { color: rgb(160,89,108); }

 H1.HeaderClassName
 {
   color: #A0596C;
 }
 .AnyTagClassName
 {
   color: #A0596C;
 }
</style>

background-color css

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

 a { background-color: rgb(160,89,108); }

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

border-color css

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

 span { border-color: rgb(160,89,108); }

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