Html Css Color HEX #A0595E Vin Rouge

📋 copy color: '#A0595E'

red 160 ◦ green 89 ◦ blue 94

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

Shades of Vin Rouge #A0595E

Tints of Vin Rouge #A0595E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 46.65%
G = 25.95%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0595E (or 0xA0595E) is known color: Vin Rouge. HEX triplet: A0, 59 and 5E. RGB value is (160,89,94). Sum of RGB (Red+Green+Blue) = 160+89+94=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A0595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0595E is #5FA6A1. Grayscale: #6E6E6E. Windows color (decimal): -6268578 or 6183328. OLE color: 6183328.

HSL color Cylindrical-coordinate representation of color #A0595E: hue angle of 355.77º 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 #A0595E is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 94 -
CMYK 0 0.44 0.41 0.37
HSL 355.77º 0.29% 0.49% -
HSV(B) 355.77º 0.44% 0.63% -
XYZ 20.09 15.43 12.51 -
YUV 110.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 160 89 94 0 0.44 0.41 0.37 355.77 0.29 0.49
Hex A0 59 5E 0 2C 29 25 164 1D 31
Octal 240 131 136 0 54 51 45 544 35 61
Binary 10100000 1011001 1011110 0 101100 101001 100101 101100100 11101 110001

Color Harmonies of #A0595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0595E

Black with #A0595E

Text Example


Text Example

White with #A0595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0595E; }

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

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

background-color css

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

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

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

border-color css

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

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

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