Html Css Color HEX #A05C60 Vin Rouge

📋 copy color: '#A05C60'

red 160 ◦ green 92 ◦ blue 96

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

Shades of Vin Rouge #A05C60

Tints of Vin Rouge #A05C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 45.98%
G = 26.44%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A05C60 (or 0xA05C60) is known color: Vin Rouge. HEX triplet: A0, 5C and 60. RGB value is (160,92,96). Sum of RGB (Red+Green+Blue) = 160+92+96=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05C60 is #5FA39F. Grayscale: #707070. Windows color (decimal): -6267808 or 6315168. OLE color: 6315168.

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

Color convert

RGB 160 92 96 -
CMYK 0 0.43 0.4 0.37
HSL 356.47º 0.27% 0.49% -
HSV(B) 356.47º 0.43% 0.63% -
XYZ 20.44 15.97 13.07 -
YUV 112.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 160 92 96 0 0.43 0.4 0.37 356.47 0.27 0.49
Hex A0 5C 60 0 2B 28 25 164 1B 31
Octal 240 134 140 0 53 50 45 544 33 61
Binary 10100000 1011100 1100000 0 101011 101000 100101 101100100 11011 110001

Color Harmonies of #A05C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C60

Black with #A05C60

Text Example


Text Example

White with #A05C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C60; }

 p { color: rgb(160,92,96); }

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

background-color css

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

 a { background-color: rgb(160,92,96); }

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

border-color css

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

 span { border-color: rgb(160,92,96); }

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