#A44864

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

Shades of Rouge #A44864

Tints of Rouge #A44864

Color information

#A44864 (or 0xA44864) is unknown color: approx Rouge. HEX triplet: A4, 48 and 64. RGB value is (164,72,100). Sum of RGB (Red+Green+Blue) = 164+72+100=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A44864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44864 is #5BB79B. Grayscale: #666666. Windows color (decimal): -6010780 or 6572196. OLE color: 6572196.

HSL color Cylindrical-coordinate representation of color #A44864: hue angle of 341.74º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44864 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16472100-
CMYK00.560.390.36
HSL341.74º38.98%46.27%-
HSV(B)341.74º56.1%64.31%-
XYZ19.9313.4513.6-
YUV102.7126.48171.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=48.81%
G=21.43%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647210000.560.390.36341.7438.9846.27
HexA448640382724156272e
Octal24411014407047445264756
Binary10100100100100011001000111000100111100100101010110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44864; }

 p { color: rgb(164,72,100); }

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

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

 a { background-color: rgb(164,72,100); }

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

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

 span { border-color: rgb(164,72,100); }

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