#A05669

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

Shades of Vin Rouge #A05669

Tints of Vin Rouge #A05669

Color information

#A05669 (or 0xA05669) is unknown color: approx Vin Rouge. HEX triplet: A0, 56 and 69. RGB value is (160,86,105). Sum of RGB (Red+Green+Blue) = 160+86+105=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A05669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05669 is #5FA996. Grayscale: #6E6E6E. Windows color (decimal): -6269335 or 6903456. OLE color: 6903456.

HSL color Cylindrical-coordinate representation of color #A05669: hue angle of 344.59º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05669 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16086105-
CMYK00.460.340.37
HSL344.59º30.08%48.24%-
HSV(B)344.59º46.25%62.75%-
XYZ20.3715.1515.21-
YUV110.29125.02163.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=45.58%
G=24.50%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608610500.460.340.37344.5930.0848.24
HexA0566902E22251591e30
Octal24012615105642455313660
Binary1010000010101101101001010111010001010010110101100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05669; }

 p { color: rgb(160,86,105); }

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

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

 a { background-color: rgb(160,86,105); }

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

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

 span { border-color: rgb(160,86,105); }

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