#A44073

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

Shades of Rouge #A44073

Tints of Rouge #A44073

Color information

#A44073 (or 0xA44073) is unknown color: approx Rouge. HEX triplet: A4, 40 and 73. RGB value is (164,64,115). Sum of RGB (Red+Green+Blue) = 164+64+115=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A44073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44073 is #5BBF8C. Grayscale: #636363. Windows color (decimal): -6012813 or 7553188. OLE color: 7553188.

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

Color convert

RGB16464115-
CMYK00.610.300.36
HSL329.4º43.86%44.71%-
HSV(B)329.4º60.98%64.31%-
XYZ20.2412.817.62-
YUV99.71136.63173.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=47.81%
G=18.66%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646411500.610.300.36329.443.8644.71
HexA4407303D1E241492c2d
Octal24410016307536445115455
Binary1010010010000001110011011110111110100100101001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44073; }

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

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

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

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

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

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

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

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