#A1366E

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

Shades of Rouge #A1366E

Tints of Rouge #A1366E

Color information

#A1366E (or 0xA1366E) is unknown color: approx Rouge. HEX triplet: A1, 36 and 6E. RGB value is (161,54,110). Sum of RGB (Red+Green+Blue) = 161+54+110=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1366E is #5EC991. Grayscale: #5C5C5C. Windows color (decimal): -6211986 or 7222945. OLE color: 7222945.

HSL color Cylindrical-coordinate representation of color #A1366E: hue angle of 328.6º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1366E is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16154110-
CMYK00.660.320.37
HSL328.6º49.77%42.16%-
HSV(B)328.6º66.46%63.14%-
XYZ18.8311.3415.95-
YUV92.38137.95176.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=49.54%
G=16.62%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615411000.660.320.37328.649.7742.16
HexA1366E0422025149322a
Octal24166156010240455116252
Binary10100001110110110111001000010100000100101101001001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1366E; }

 p { color: rgb(161,54,110); }

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

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

 a { background-color: rgb(161,54,110); }

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

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

 span { border-color: rgb(161,54,110); }

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