#A44572

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

Shades of Rouge #A44572

Tints of Rouge #A44572

Color information

#A44572 (or 0xA44572) is unknown color: approx Rouge. HEX triplet: A4, 45 and 72. RGB value is (164,69,114). Sum of RGB (Red+Green+Blue) = 164+69+114=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A44572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44572 is #5BBA8D. Grayscale: #666666. Windows color (decimal): -6011534 or 7488932. OLE color: 7488932.

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

Color convert

RGB16469114-
CMYK00.580.300.36
HSL331.58º40.77%45.69%-
HSV(B)331.58º57.93%64.31%-
XYZ20.4813.3617.42-
YUV102.54134.47171.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=47.26%
G=19.88%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646911400.580.300.36331.5840.7745.69
HexA4457203A1E2414c292e
Octal24410516207236445145156
Binary1010010010001011110010011101011110100100101001100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44572; }

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

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

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

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

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

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

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

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