#A5566D

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

Shades of Vin Rouge #A5566D

Tints of Vin Rouge #A5566D

Color information

#A5566D (or 0xA5566D) is unknown color: approx Vin Rouge. HEX triplet: A5, 56 and 6D. RGB value is (165,86,109). Sum of RGB (Red+Green+Blue) = 165+86+109=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5566D is #5AA992. Grayscale: #707070. Windows color (decimal): -5941651 or 7165605. OLE color: 7165605.

HSL color Cylindrical-coordinate representation of color #A5566D: hue angle of 342.53º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5566D is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16586109-
CMYK00.480.340.35
HSL342.53º31.47%49.22%-
HSV(B)342.53º47.88%64.71%-
XYZ21.6115.7616.37-
YUV112.24126.17165.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=45.83%
G=23.89%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658610900.480.340.35342.5331.4749.22
HexA5566D03022231571f31
Octal24512615506042435273761
Binary1010010110101101101101011000010001010001110101011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5566D; }

 p { color: rgb(165,86,109); }

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

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

 a { background-color: rgb(165,86,109); }

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

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

 span { border-color: rgb(165,86,109); }

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