#A14164

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

Shades of Rouge #A14164

Tints of Rouge #A14164

Color information

#A14164 (or 0xA14164) is unknown color: approx Rouge. HEX triplet: A1, 41 and 64. RGB value is (161,65,100). Sum of RGB (Red+Green+Blue) = 161+65+100=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A14164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14164 is #5EBE9B. Grayscale: #616161. Windows color (decimal): -6209180 or 6570401. OLE color: 6570401.

HSL color Cylindrical-coordinate representation of color #A14164: hue angle of 338.12º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14164 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB16165100-
CMYK00.600.380.37
HSL338.12º42.48%44.31%-
HSV(B)338.12º59.63%63.14%-
XYZ18.8912.2813.43-
YUV97.69129.3173.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=49.39%
G=19.94%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616510000.600.380.37338.1242.4844.31
HexA1416403C26251522a2c
Octal24110114407446455225254
Binary10100001100000111001000111100100110100101101010010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14164; }

 p { color: rgb(161,65,100); }

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

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

 a { background-color: rgb(161,65,100); }

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

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

 span { border-color: rgb(161,65,100); }

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