Html Css Color HEX #A05261 Vin Rouge

📋 copy color: '#A05261'

red 160 ◦ green 82 ◦ blue 97

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

Shades of Vin Rouge #A05261

Tints of Vin Rouge #A05261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 47.2%
G = 24.19%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A05261 (or 0xA05261) is known color: Vin Rouge. HEX triplet: A0, 52 and 61. RGB value is (160,82,97). Sum of RGB (Red+Green+Blue) = 160+82+97=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A05261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05261 is #5FAD9E. Grayscale: #6B6B6B. Windows color (decimal): -6270367 or 6378144. OLE color: 6378144.

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

Color convert

RGB 160 82 97 -
CMYK 0 0.49 0.39 0.37
HSL 348.46º 0.32% 0.47% -
HSV(B) 348.46º 0.49% 0.63% -
XYZ 19.67 14.37 13.05 -
YUV 107.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 160 82 97 0 0.49 0.39 0.37 348.46 0.32 0.47
Hex A0 52 61 0 31 27 25 15C 20 2F
Octal 240 122 141 0 61 47 45 534 40 57
Binary 10100000 1010010 1100001 0 110001 100111 100101 101011100 100000 101111

Color Harmonies of #A05261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05261

Black with #A05261

Text Example


Text Example

White with #A05261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05261; }

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

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

background-color css

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

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

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

border-color css

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

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

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