#A44A64

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

Shades of Rouge #A44A64

Tints of Rouge #A44A64

Color information

#A44A64 (or 0xA44A64) is unknown color: approx Rouge. HEX triplet: A4, 4A and 64. RGB value is (164,74,100). Sum of RGB (Red+Green+Blue) = 164+74+100=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A64 is #5BB59B. Grayscale: #676767. Windows color (decimal): -6010268 or 6572708. OLE color: 6572708.

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

Color convert

RGB16474100-
CMYK00.550.390.36
HSL342.67º37.82%46.67%-
HSV(B)342.67º54.88%64.31%-
XYZ20.0613.7113.65-
YUV103.87125.82170.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 74 (29.30% from 255) = 21.89%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=48.52%
G=21.89%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647410000.550.390.36342.6737.8246.67
HexA44A640372724157262f
Octal24411214406747445274657
Binary10100100100101011001000110111100111100100101010111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A64; }

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

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

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

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

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

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

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

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