#A1506C

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

Shades of Vin Rouge #A1506C

Tints of Vin Rouge #A1506C

Color information

#A1506C (or 0xA1506C) is unknown color: approx Vin Rouge. HEX triplet: A1, 50 and 6C. RGB value is (161,80,108). Sum of RGB (Red+Green+Blue) = 161+80+108=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1506C is #5EAF93. Grayscale: #6B6B6B. Windows color (decimal): -6205332 or 7098529. OLE color: 7098529.

HSL color Cylindrical-coordinate representation of color #A1506C: hue angle of 339.26º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1506C is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB16180108-
CMYK00.500.330.37
HSL339.26º33.61%47.25%-
HSV(B)339.26º50.31%63.14%-
XYZ20.2714.415.9-
YUV107.41128.34166.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=46.13%
G=22.92%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618010800.500.330.37339.2633.6147.25
HexA1506C0322125153222f
Octal24112015406241455234257
Binary10100001101000011011000110010100001100101101010011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1506C; }

 p { color: rgb(161,80,108); }

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

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

 a { background-color: rgb(161,80,108); }

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

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

 span { border-color: rgb(161,80,108); }

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