#A05F61

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

Shades of Vin Rouge #A05F61

Tints of Vin Rouge #A05F61

Color information

#A05F61 (or 0xA05F61) is unknown color: approx Vin Rouge. HEX triplet: A0, 5F and 61. RGB value is (160,95,97). Sum of RGB (Red+Green+Blue) = 160+95+97=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F61 is #5FA09E. Grayscale: #727272. Windows color (decimal): -6267039 or 6381472. OLE color: 6381472.

HSL color Cylindrical-coordinate representation of color #A05F61: hue angle of 358.15º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05F61 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1609597-
CMYK00.410.390.37
HSL358.15º25.49%50%-
HSV(B)358.15º40.62%62.75%-
XYZ20.7516.5213.4-
YUV114.66118.03160.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=45.45%
G=26.99%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160959700.410.390.37358.1525.4950
HexA05F6102927251661932
Octal24013714105147455463162
Binary1010000010111111100001010100110011110010110110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F61; }

 p { color: rgb(160,95,97); }

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

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

 a { background-color: rgb(160,95,97); }

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

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

 span { border-color: rgb(160,95,97); }

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