Html Css Color HEX #A05263 Vin Rouge

📋 copy color: '#A05263'

red 160 ◦ green 82 ◦ blue 99

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

Shades of Vin Rouge #A05263

Tints of Vin Rouge #A05263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.05%

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 46.92%
G = 24.05%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A05263 (or 0xA05263) is known color: Vin Rouge. HEX triplet: A0, 52 and 63. RGB value is (160,82,99). Sum of RGB (Red+Green+Blue) = 160+82+99=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A05263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05263 is #5FAD9C. Grayscale: #6B6B6B. Windows color (decimal): -6270365 or 6509216. OLE color: 6509216.

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

Color convert

RGB 160 82 99 -
CMYK 0 0.49 0.38 0.37
HSL 346.92º 0.32% 0.47% -
HSV(B) 346.92º 0.49% 0.63% -
XYZ 19.77 14.41 13.54 -
YUV 107.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 160 82 99 0 0.49 0.38 0.37 346.92 0.32 0.47
Hex A0 52 63 0 31 26 25 15B 20 2F
Octal 240 122 143 0 61 46 45 533 40 57
Binary 10100000 1010010 1100011 0 110001 100110 100101 101011011 100000 101111

Color Harmonies of #A05263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05263

Black with #A05263

Text Example


Text Example

White with #A05263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05263; }

 p { color: rgb(160,82,99); }

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

background-color css

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

 a { background-color: rgb(160,82,99); }

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

border-color css

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

 span { border-color: rgb(160,82,99); }

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