#A1386F

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

Shades of Rouge #A1386F

Tints of Rouge #A1386F

Color information

#A1386F (or 0xA1386F) is unknown color: approx Rouge. HEX triplet: A1, 38 and 6F. RGB value is (161,56,111). Sum of RGB (Red+Green+Blue) = 161+56+111=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A1386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1386F is #5EC790. Grayscale: #5D5D5D. Windows color (decimal): -6211473 or 7288993. OLE color: 7288993.

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

Color convert

RGB16156111-
CMYK00.650.310.37
HSL328.57º48.39%42.55%-
HSV(B)328.57º65.22%63.14%-
XYZ18.9811.5516.27-
YUV93.66137.79176.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=49.09%
G=17.07%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615611100.650.310.37328.5748.3942.55
HexA1386F0411F25149302b
Octal24170157010137455116053
Binary1010000111100011011110100000111111100101101001001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1386F; }

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

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

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

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

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

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

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

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