#A05268

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

Shades of Vin Rouge #A05268

Tints of Vin Rouge #A05268

Color information

#A05268 (or 0xA05268) is unknown color: approx Vin Rouge. HEX triplet: A0, 52 and 68. RGB value is (160,82,104). Sum of RGB (Red+Green+Blue) = 160+82+104=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A05268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05268 is #5FAD97. Grayscale: #6B6B6B. Windows color (decimal): -6270360 or 6836896. OLE color: 6836896.

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

Color convert

RGB16082104-
CMYK00.490.350.37
HSL343.08º32.23%47.45%-
HSV(B)343.08º48.75%62.75%-
XYZ20.0114.5114.84-
YUV107.83125.84165.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=46.24%
G=23.70%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608210400.490.350.37343.0832.2347.45
HexA052680312325157202f
Octal24012215006143455274057
Binary10100000101001011010000110001100011100101101010111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05268; }

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

 H1.HeaderClassName
 {
   color: #A05268;
 }
 .AnyTagClassName
 {
   color: #A05268;
 }
</style>
background-color css

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

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

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

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

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

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