#A1386C

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

Shades of Rouge #A1386C

Tints of Rouge #A1386C

Color information

#A1386C (or 0xA1386C) is unknown color: approx Rouge. HEX triplet: A1, 38 and 6C. RGB value is (161,56,108). Sum of RGB (Red+Green+Blue) = 161+56+108=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1386C is #5EC793. Grayscale: #5D5D5D. Windows color (decimal): -6211476 or 7092385. OLE color: 7092385.

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

Color convert

RGB16156108-
CMYK00.650.330.37
HSL330.29º48.39%42.55%-
HSV(B)330.29º65.22%63.14%-
XYZ18.8211.4915.41-
YUV93.32136.29176.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=49.54%
G=17.23%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615610800.650.330.37330.2948.3942.55
HexA1386C041212514a302b
Octal24170154010141455126053
Binary10100001111000110110001000001100001100101101001010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1386C; }

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

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

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

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

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

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

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

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