#A14370

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

Shades of Rouge #A14370

Tints of Rouge #A14370

Color information

#A14370 (or 0xA14370) is unknown color: approx Rouge. HEX triplet: A1, 43 and 70. RGB value is (161,67,112). Sum of RGB (Red+Green+Blue) = 161+67+112=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A14370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14370 is #5EBC8F. Grayscale: #646464. Windows color (decimal): -6208656 or 7357345. OLE color: 7357345.

HSL color Cylindrical-coordinate representation of color #A14370: hue angle of 331.28º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14370 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16167112-
CMYK00.580.300.37
HSL331.28º41.23%44.71%-
HSV(B)331.28º58.39%63.14%-
XYZ19.6312.7616.76-
YUV100.24134.64171.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 67 (26.56% from 255) = 19.71%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=47.35%
G=19.71%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616711200.580.300.37331.2841.2344.71
HexA1437003A1E2514b292d
Octal24110316007236455135155
Binary1010000110000111110000011101011110100101101001011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14370; }

 p { color: rgb(161,67,112); }

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

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

 a { background-color: rgb(161,67,112); }

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

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

 span { border-color: rgb(161,67,112); }

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