#A15264

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

Shades of Vin Rouge #A15264

Tints of Vin Rouge #A15264

Color information

#A15264 (or 0xA15264) is unknown color: approx Vin Rouge. HEX triplet: A1, 52 and 64. RGB value is (161,82,100). Sum of RGB (Red+Green+Blue) = 161+82+100=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A15264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15264 is #5EAD9B. Grayscale: #6B6B6B. Windows color (decimal): -6204828 or 6574753. OLE color: 6574753.

HSL color Cylindrical-coordinate representation of color #A15264: hue angle of 346.33º 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 #A15264 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB16182100-
CMYK00.490.380.37
HSL346.33º32.51%47.65%-
HSV(B)346.33º49.07%63.14%-
XYZ20.0214.5313.81-
YUV107.67123.67166.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=46.94%
G=23.91%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618210000.490.380.37346.3332.5147.65
HexA15264031262515a2130
Octal24112214406146455324160
Binary10100001101001011001000110001100110100101101011010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15264; }

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

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

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

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

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

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

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

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