#A44560

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

Shades of Rouge #A44560

Tints of Rouge #A44560

Color information

#A44560 (or 0xA44560) is unknown color: approx Rouge. HEX triplet: A4, 45 and 60. RGB value is (164,69,96). Sum of RGB (Red+Green+Blue) = 164+69+96=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A44560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44560 is #5BBA9F. Grayscale: #646464. Windows color (decimal): -6011552 or 6309284. OLE color: 6309284.

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

Color convert

RGB1646996-
CMYK00.580.410.36
HSL342.95º40.77%45.69%-
HSV(B)342.95º57.93%64.31%-
XYZ19.5512.9912.54-
YUV100.48125.47173.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=49.85%
G=20.97%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164699600.580.410.36342.9540.7745.69
HexA4456003A2924157292e
Octal24410514007251445275156
Binary10100100100010111000000111010101001100100101010111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44560; }

 p { color: rgb(164,69,96); }

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

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

 a { background-color: rgb(164,69,96); }

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

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

 span { border-color: rgb(164,69,96); }

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