#A14165

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

Shades of Rouge #A14165

Tints of Rouge #A14165

Color information

#A14165 (or 0xA14165) is unknown color: approx Rouge. HEX triplet: A1, 41 and 65. RGB value is (161,65,101). Sum of RGB (Red+Green+Blue) = 161+65+101=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A14165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14165 is #5EBE9A. Grayscale: #616161. Windows color (decimal): -6209179 or 6635937. OLE color: 6635937.

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

Color convert

RGB16165101-
CMYK00.600.370.37
HSL337.5º42.48%44.31%-
HSV(B)337.5º59.63%63.14%-
XYZ18.9412.313.69-
YUV97.81129.8173.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=49.24%
G=19.88%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616510100.600.370.37337.542.4844.31
HexA1416503C25251522a2c
Octal24110114507445455225254
Binary10100001100000111001010111100100101100101101010010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14165; }

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

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

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

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

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

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

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

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