#A1526D

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

Shades of Vin Rouge #A1526D

Tints of Vin Rouge #A1526D

Color information

#A1526D (or 0xA1526D) is unknown color: approx Vin Rouge. HEX triplet: A1, 52 and 6D. RGB value is (161,82,109). Sum of RGB (Red+Green+Blue) = 161+82+109=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1526D is #5EAD92. Grayscale: #6C6C6C. Windows color (decimal): -6204819 or 7164577. OLE color: 7164577.

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

Color convert

RGB16182109-
CMYK00.490.320.37
HSL339.49º32.51%47.65%-
HSV(B)339.49º49.07%63.14%-
XYZ20.4814.7216.23-
YUV108.7128.17165.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=45.74%
G=23.30%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618210900.490.320.37339.4932.5147.65
HexA1526D03120251532130
Octal24112215506140455234160
Binary10100001101001011011010110001100000100101101010011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1526D; }

 p { color: rgb(161,82,109); }

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

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

 a { background-color: rgb(161,82,109); }

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

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

 span { border-color: rgb(161,82,109); }

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