#A05261

Color #A05261 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #A05261

Tints of Vin Rouge #A05261

Color information

#A05261 (or 0xA05261) is unknown color: approx 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

RGB1608297-
CMYK00.490.390.37
HSL348.46º32.23%47.45%-
HSV(B)348.46º48.75%62.75%-
XYZ19.6714.3713.05-
YUV107.03122.34165.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=47.20%
G=24.19%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160829700.490.390.37348.4632.2347.45
HexA05261031272515c202f
Octal24012214106147455344057
Binary10100000101001011000010110001100111100101101011100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>