#A44570

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

Shades of Rouge #A44570

Tints of Rouge #A44570

Color information

#A44570 (or 0xA44570) is unknown color: approx Rouge. HEX triplet: A4, 45 and 70. RGB value is (164,69,112). Sum of RGB (Red+Green+Blue) = 164+69+112=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A44570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44570 is #5BBA8F. Grayscale: #666666. Windows color (decimal): -6011536 or 7357860. OLE color: 7357860.

HSL color Cylindrical-coordinate representation of color #A44570: hue angle of 332.84º 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 #A44570 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16469112-
CMYK00.580.320.36
HSL332.84º40.77%45.69%-
HSV(B)332.84º57.93%64.31%-
XYZ20.3613.3216.83-
YUV102.31133.47172-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=47.54%
G=20%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646911200.580.320.36332.8440.7745.69
HexA4457003A202414d292e
Octal24410516007240445155156
Binary10100100100010111100000111010100000100100101001101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44570; }

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

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

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

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

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

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

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

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