Html Css Color HEX #A05565 Vin Rouge

📋 copy color: '#A05565'

red 160 ◦ green 85 ◦ blue 101

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

Shades of Vin Rouge #A05565

Tints of Vin Rouge #A05565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 46.24%
G = 24.57%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A05565 (or 0xA05565) is known color: Vin Rouge. HEX triplet: A0, 55 and 65. RGB value is (160,85,101). Sum of RGB (Red+Green+Blue) = 160+85+101=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A05565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05565 is #5FAA9A. Grayscale: #6D6D6D. Windows color (decimal): -6269595 or 6641056. OLE color: 6641056.

HSL color Cylindrical-coordinate representation of color #A05565: hue angle of 347.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05565 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 85 101 -
CMYK 0 0.47 0.37 0.37
HSL 347.2º 0.31% 0.48% -
HSV(B) 347.2º 0.47% 0.63% -
XYZ 20.09 14.91 14.13 -
YUV 109.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 160 85 101 0 0.47 0.37 0.37 347.2 0.31 0.48
Hex A0 55 65 0 2F 25 25 15B 1F 30
Octal 240 125 145 0 57 45 45 533 37 60
Binary 10100000 1010101 1100101 0 101111 100101 100101 101011011 11111 110000

Color Harmonies of #A05565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05565

Black with #A05565

Text Example


Text Example

White with #A05565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05565; }

 p { color: rgb(160,85,101); }

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

background-color css

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

 a { background-color: rgb(160,85,101); }

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

border-color css

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

 span { border-color: rgb(160,85,101); }

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