#A44074

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

Shades of Rouge #A44074

Tints of Rouge #A44074

Color information

#A44074 (or 0xA44074) is unknown color: approx Rouge. HEX triplet: A4, 40 and 74. RGB value is (164,64,116). Sum of RGB (Red+Green+Blue) = 164+64+116=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A44074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44074 is #5BBF8B. Grayscale: #636363. Windows color (decimal): -6012812 or 7618724. OLE color: 7618724.

HSL color Cylindrical-coordinate representation of color #A44074: hue angle of 328.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44074 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16464116-
CMYK00.610.290.36
HSL328.8º43.86%44.71%-
HSV(B)328.8º60.98%64.31%-
XYZ20.312.8217.93-
YUV99.83137.13173.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 64 (25.39% from 255) = 18.60%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=47.67%
G=18.60%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646411600.610.290.36328.843.8644.71
HexA4407403D1D241492c2d
Octal24410016407535445115455
Binary1010010010000001110100011110111101100100101001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44074; }

 p { color: rgb(164,64,116); }

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

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

 a { background-color: rgb(164,64,116); }

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

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

 span { border-color: rgb(164,64,116); }

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