#A44770

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

Shades of Rouge #A44770

Tints of Rouge #A44770

Color information

#A44770 (or 0xA44770) is unknown color: approx Rouge. HEX triplet: A4, 47 and 70. RGB value is (164,71,112). Sum of RGB (Red+Green+Blue) = 164+71+112=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A44770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44770 is #5BB88F. Grayscale: #676767. Windows color (decimal): -6011024 or 7358372. OLE color: 7358372.

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

Color convert

RGB16471112-
CMYK00.570.320.36
HSL333.55º39.57%46.08%-
HSV(B)333.55º56.71%64.31%-
XYZ20.4913.5716.87-
YUV103.48132.81171.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=47.26%
G=20.46%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647111200.570.320.36333.5539.5746.08
HexA44770039202414e282e
Octal24410716007140445165056
Binary10100100100011111100000111001100000100100101001110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44770; }

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

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

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

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

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

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

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

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