#A1346C

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

Shades of Rouge #A1346C

Tints of Rouge #A1346C

Color information

#A1346C (or 0xA1346C) is unknown color: approx Rouge. HEX triplet: A1, 34 and 6C. RGB value is (161,52,108). Sum of RGB (Red+Green+Blue) = 161+52+108=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1346C is #5ECB93. Grayscale: #5A5A5A. Windows color (decimal): -6212500 or 7091361. OLE color: 7091361.

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

Color convert

RGB16152108-
CMYK00.680.330.37
HSL329.17º51.17%41.76%-
HSV(B)329.17º67.7%63.14%-
XYZ18.6311.1215.35-
YUV90.98137.61177.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=50.16%
G=16.20%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615210800.680.330.37329.1751.1741.76
HexA1346C0442125149332a
Octal24164154010441455116352
Binary10100001110100110110001000100100001100101101001001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1346C; }

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

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

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

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

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

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

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

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