#A12C6C

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

Shades of Rouge #A12C6C

Tints of Rouge #A12C6C

Color information

#A12C6C (or 0xA12C6C) is unknown color: approx Rouge. HEX triplet: A1, 2C and 6C. RGB value is (161,44,108). Sum of RGB (Red+Green+Blue) = 161+44+108=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12C6C is #5ED393. Grayscale: #565656. Windows color (decimal): -6214548 or 7089313. OLE color: 7089313.

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

Color convert

RGB16144108-
CMYK00.730.330.37
HSL327.18º57.07%40.2%-
HSV(B)327.18º72.67%63.14%-
XYZ18.3110.4615.24-
YUV86.28140.26181.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.44%
GREEN value IS 44 (17.58% from 255) = 14.06%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=51.44%
G=14.06%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614410800.730.330.37327.1857.0740.2
HexA12C6C04921251473928
Octal24154154011141455077150
Binary10100001101100110110001001001100001100101101000111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12C6C; }

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

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

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

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

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

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

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

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