#A15B69

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

Shades of Vin Rouge #A15B69

Tints of Vin Rouge #A15B69

Color information

#A15B69 (or 0xA15B69) is unknown color: approx Vin Rouge. HEX triplet: A1, 5B and 69. RGB value is (161,91,105). Sum of RGB (Red+Green+Blue) = 161+91+105=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B69 is #5EA496. Grayscale: #717171. Windows color (decimal): -6202519 or 6904737. OLE color: 6904737.

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

Color convert

RGB16191105-
CMYK00.430.350.37
HSL348º27.78%49.41%-
HSV(B)348º43.48%63.14%-
XYZ20.9916.0815.36-
YUV113.53123.19161.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=45.10%
G=25.49%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619110500.430.350.3734827.7849.41
HexA15B6902B232515c1c31
Octal24113315105343455343461
Binary1010000110110111101001010101110001110010110101110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B69; }

 p { color: rgb(161,91,105); }

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

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

 a { background-color: rgb(161,91,105); }

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

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

 span { border-color: rgb(161,91,105); }

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