Html Css Color HEX #A05762 Vin Rouge

📋 copy color: '#A05762'

red 160 ◦ green 87 ◦ blue 98

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

Shades of Vin Rouge #A05762

Tints of Vin Rouge #A05762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

 BLUE value IS 98 (38.67% from 255) = 28.41%

R = 46.38%
G = 25.22%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A05762 (or 0xA05762) is known color: Vin Rouge. HEX triplet: A0, 57 and 62. RGB value is (160,87,98). Sum of RGB (Red+Green+Blue) = 160+87+98=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A05762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05762 is #5FA89D. Grayscale: #6E6E6E. Windows color (decimal): -6269086 or 6444960. OLE color: 6444960.

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

Color convert

RGB 160 87 98 -
CMYK 0 0.46 0.39 0.37
HSL 350.96º 0.3% 0.48% -
HSV(B) 350.96º 0.46% 0.63% -
XYZ 20.11 15.17 13.42 -
YUV 110.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 160 87 98 0 0.46 0.39 0.37 350.96 0.3 0.48
Hex A0 57 62 0 2E 27 25 15F 1E 30
Octal 240 127 142 0 56 47 45 537 36 60
Binary 10100000 1010111 1100010 0 101110 100111 100101 101011111 11110 110000

Color Harmonies of #A05762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05762

Black with #A05762

Text Example


Text Example

White with #A05762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05762; }

 p { color: rgb(160,87,98); }

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

background-color css

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

 a { background-color: rgb(160,87,98); }

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

border-color css

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

 span { border-color: rgb(160,87,98); }

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