#A05263

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

Shades of Vin Rouge #A05263

Tints of Vin Rouge #A05263

Color information

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

RGB1608299-
CMYK00.490.380.37
HSL346.92º32.23%47.45%-
HSV(B)346.92º48.75%62.75%-
XYZ19.7714.4113.54-
YUV107.26123.34165.62-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160829900.490.380.37346.9232.2347.45
HexA05263031262515b202f
Octal24012214306146455334057
Binary10100000101001011000110110001100110100101101011011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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