Html Css Color HEX #A05060 Vin Rouge

📋 copy color: '#A05060'

red 160 ◦ green 80 ◦ blue 96

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

Shades of Vin Rouge #A05060

Tints of Vin Rouge #A05060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

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

R = 47.62%
G = 23.81%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A05060 (or 0xA05060) is known color: Vin Rouge. HEX triplet: A0, 50 and 60. RGB value is (160,80,96). Sum of RGB (Red+Green+Blue) = 160+80+96=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A05060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05060 is #5FAF9F. Grayscale: #696969. Windows color (decimal): -6270880 or 6312096. OLE color: 6312096.

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

Color convert

RGB 160 80 96 -
CMYK 0 0.5 0.4 0.37
HSL 348º 0.33% 0.47% -
HSV(B) 348º 0.5% 0.63% -
XYZ 19.48 14.06 12.75 -
YUV 105.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 160 80 96 0 0.5 0.4 0.37 348 0.33 0.47
Hex A0 50 60 0 32 28 25 15C 21 2F
Octal 240 120 140 0 62 50 45 534 41 57
Binary 10100000 1010000 1100000 0 110010 101000 100101 101011100 100001 101111

Color Harmonies of #A05060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05060

Black with #A05060

Text Example


Text Example

White with #A05060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05060; }

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

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

background-color css

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

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

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

border-color css

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

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

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