#A13666

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

Shades of Rouge #A13666

Tints of Rouge #A13666

Color information

#A13666 (or 0xA13666) is unknown color: approx Rouge. HEX triplet: A1, 36 and 66. RGB value is (161,54,102). Sum of RGB (Red+Green+Blue) = 161+54+102=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A13666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13666 is #5EC999. Grayscale: #5B5B5B. Windows color (decimal): -6211994 or 6698657. OLE color: 6698657.

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

Color convert

RGB16154102-
CMYK00.660.370.37
HSL333.08º49.77%42.16%-
HSV(B)333.08º66.46%63.14%-
XYZ18.4211.1713.76-
YUV91.46133.95177.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=50.79%
G=17.03%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615410200.660.370.37333.0849.7742.16
HexA13666042252514d322a
Octal24166146010245455156252
Binary10100001110110110011001000010100101100101101001101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13666; }

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

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

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

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

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

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

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

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