Html Css Color HEX #A05362 Vin Rouge

📋 copy color: '#A05362'

red 160 ◦ green 83 ◦ blue 98

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

Shades of Vin Rouge #A05362

Tints of Vin Rouge #A05362

RGB

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

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

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

R = 46.92%
G = 24.34%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A05362 (or 0xA05362) is known color: Vin Rouge. HEX triplet: A0, 53 and 62. RGB value is (160,83,98). Sum of RGB (Red+Green+Blue) = 160+83+98=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A05362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05362 is #5FAC9D. Grayscale: #6B6B6B. Windows color (decimal): -6270110 or 6443936. OLE color: 6443936.

HSL color Cylindrical-coordinate representation of color #A05362: hue angle of 348.31º 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 #A05362 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 83 98 -
CMYK 0 0.48 0.39 0.37
HSL 348.31º 0.32% 0.48% -
HSV(B) 348.31º 0.48% 0.63% -
XYZ 19.8 14.54 13.32 -
YUV 107.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 160 83 98 0 0.48 0.39 0.37 348.31 0.32 0.48
Hex A0 53 62 0 30 27 25 15C 20 30
Octal 240 123 142 0 60 47 45 534 40 60
Binary 10100000 1010011 1100010 0 110000 100111 100101 101011100 100000 110000

Color Harmonies of #A05362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05362

Black with #A05362

Text Example


Text Example

White with #A05362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05362; }

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

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

background-color css

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

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

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

border-color css

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

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

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