#A1396D

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

Shades of Rouge #A1396D

Tints of Rouge #A1396D

Color information

#A1396D (or 0xA1396D) is unknown color: approx Rouge. HEX triplet: A1, 39 and 6D. RGB value is (161,57,109). Sum of RGB (Red+Green+Blue) = 161+57+109=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1396D is #5EC692. Grayscale: #5D5D5D. Windows color (decimal): -6211219 or 7158177. OLE color: 7158177.

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

Color convert

RGB16157109-
CMYK00.650.320.37
HSL330º47.71%42.75%-
HSV(B)330º64.6%63.14%-
XYZ18.9211.6115.71-
YUV94.02136.46175.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=49.24%
G=17.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615710900.650.320.3733047.7142.75
HexA1396D041202514a302b
Octal24171155010140455126053
Binary10100001111001110110101000001100000100101101001010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1396D; }

 p { color: rgb(161,57,109); }

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

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

 a { background-color: rgb(161,57,109); }

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

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

 span { border-color: rgb(161,57,109); }

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