#A14163

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

Shades of Rouge #A14163

Tints of Rouge #A14163

Color information

#A14163 (or 0xA14163) is unknown color: approx Rouge. HEX triplet: A1, 41 and 63. RGB value is (161,65,99). Sum of RGB (Red+Green+Blue) = 161+65+99=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A14163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14163 is #5EBE9C. Grayscale: #616161. Windows color (decimal): -6209181 or 6504865. OLE color: 6504865.

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

Color convert

RGB1616599-
CMYK00.600.390.37
HSL338.75º42.48%44.31%-
HSV(B)338.75º59.63%63.14%-
XYZ18.8412.2613.18-
YUV97.58128.8173.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=49.54%
G=20%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161659900.600.390.37338.7542.4844.31
HexA1416303C27251532a2c
Octal24110114307447455235254
Binary10100001100000111000110111100100111100101101010011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14163; }

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

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

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

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

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

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

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

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