#A44869

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

Shades of Rouge #A44869

Tints of Rouge #A44869

Color information

#A44869 (or 0xA44869) is unknown color: approx Rouge. HEX triplet: A4, 48 and 69. RGB value is (164,72,105). Sum of RGB (Red+Green+Blue) = 164+72+105=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A44869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44869 is #5BB796. Grayscale: #676767. Windows color (decimal): -6010775 or 6899876. OLE color: 6899876.

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

Color convert

RGB16472105-
CMYK00.560.360.36
HSL338.48º38.98%46.27%-
HSV(B)338.48º56.1%64.31%-
XYZ20.1813.5514.92-
YUV103.27128.98171.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=48.09%
G=21.11%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647210500.560.360.36338.4838.9846.27
HexA448690382424152272e
Octal24411015107044445224756
Binary10100100100100011010010111000100100100100101010010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44869; }

 p { color: rgb(164,72,105); }

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

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

 a { background-color: rgb(164,72,105); }

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

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

 span { border-color: rgb(164,72,105); }

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