#A14672

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

Shades of Rouge #A14672

Tints of Rouge #A14672

Color information

#A14672 (or 0xA14672) is unknown color: approx Rouge. HEX triplet: A1, 46 and 72. RGB value is (161,70,114). Sum of RGB (Red+Green+Blue) = 161+70+114=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A14672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14672 is #5EB98D. Grayscale: #666666. Windows color (decimal): -6207886 or 7489185. OLE color: 7489185.

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

Color convert

RGB16170114-
CMYK00.570.290.37
HSL330.99º39.39%45.29%-
HSV(B)330.99º56.52%63.14%-
XYZ19.9313.1717.41-
YUV102.22134.65169.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=46.67%
G=20.29%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617011400.570.290.37330.9939.3945.29
HexA146720391D2514b272d
Octal24110616207135455134755
Binary1010000110001101110010011100111101100101101001011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14672; }

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

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

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

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

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

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

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

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