#A14373

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

Shades of Rouge #A14373

Tints of Rouge #A14373

Color information

#A14373 (or 0xA14373) is unknown color: approx Rouge. HEX triplet: A1, 43 and 73. RGB value is (161,67,115). Sum of RGB (Red+Green+Blue) = 161+67+115=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A14373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14373 is #5EBC8C. Grayscale: #646464. Windows color (decimal): -6208653 or 7553953. OLE color: 7553953.

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

Color convert

RGB16167115-
CMYK00.580.290.37
HSL329.36º41.23%44.71%-
HSV(B)329.36º58.39%63.14%-
XYZ19.812.8317.65-
YUV100.58136.14171.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 67 (26.56% from 255) = 19.53%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=46.94%
G=19.53%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616711500.580.290.37329.3641.2344.71
HexA1437303A1D25149292d
Octal24110316307235455115155
Binary1010000110000111110011011101011101100101101001001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14373; }

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

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

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

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

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

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

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

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