#A1386B

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

Shades of Rouge #A1386B

Tints of Rouge #A1386B

Color information

#A1386B (or 0xA1386B) is unknown color: approx Rouge. HEX triplet: A1, 38 and 6B. RGB value is (161,56,107). Sum of RGB (Red+Green+Blue) = 161+56+107=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1386B is #5EC794. Grayscale: #5D5D5D. Windows color (decimal): -6211477 or 7026849. OLE color: 7026849.

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

Color convert

RGB16156107-
CMYK00.650.340.37
HSL330.86º48.39%42.55%-
HSV(B)330.86º65.22%63.14%-
XYZ18.7711.4715.13-
YUV93.21135.79176.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.69%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 107 (42.19% from 255) = 33.02%
R=49.69%
G=17.28%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615610700.650.340.37330.8648.3942.55
HexA1386B041222514b302b
Octal24170153010142455136053
Binary10100001111000110101101000001100010100101101001011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1386B; }

 p { color: rgb(161,56,107); }

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

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

 a { background-color: rgb(161,56,107); }

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

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

 span { border-color: rgb(161,56,107); }

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