#A14664

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

Shades of Rouge #A14664

Tints of Rouge #A14664

Color information

#A14664 (or 0xA14664) is unknown color: approx Rouge. HEX triplet: A1, 46 and 64. RGB value is (161,70,100). Sum of RGB (Red+Green+Blue) = 161+70+100=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A14664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14664 is #5EB99B. Grayscale: #646464. Windows color (decimal): -6207900 or 6571681. OLE color: 6571681.

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

Color convert

RGB16170100-
CMYK00.570.380.37
HSL340.22º39.39%45.29%-
HSV(B)340.22º56.52%63.14%-
XYZ19.1912.8813.53-
YUV100.63127.65171.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=48.64%
G=21.15%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617010000.570.380.37340.2239.3945.29
HexA146640392625154272d
Octal24110614407146455244755
Binary10100001100011011001000111001100110100101101010100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14664; }

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

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

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

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

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

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

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

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