Html Css Color HEX #A05370 Vin Rouge

📋 copy color: '#A05370'

red 160 ◦ green 83 ◦ blue 112

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

Shades of Vin Rouge #A05370

Tints of Vin Rouge #A05370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 45.07%
G = 23.38%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A05370 (or 0xA05370) is known color: Vin Rouge. HEX triplet: A0, 53 and 70. RGB value is (160,83,112). Sum of RGB (Red+Green+Blue) = 160+83+112=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A05370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05370 is #5FAC8F. Grayscale: #6D6D6D. Windows color (decimal): -6270096 or 7361440. OLE color: 7361440.

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

Color convert

RGB 160 83 112 -
CMYK 0 0.48 0.30 0.37
HSL 337.4º 0.32% 0.48% -
HSV(B) 337.4º 0.48% 0.63% -
XYZ 20.52 14.83 17.11 -
YUV 109.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 160 83 112 0 0.48 0.30 0.37 337.4 0.32 0.48
Hex A0 53 70 0 30 1E 25 151 20 30
Octal 240 123 160 0 60 36 45 521 40 60
Binary 10100000 1010011 1110000 0 110000 11110 100101 101010001 100000 110000

Color Harmonies of #A05370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05370

Black with #A05370

Text Example


Text Example

White with #A05370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05370; }

 p { color: rgb(160,83,112); }

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

background-color css

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

 a { background-color: rgb(160,83,112); }

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

border-color css

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

 span { border-color: rgb(160,83,112); }

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