#A44460

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

Shades of Rouge #A44460

Tints of Rouge #A44460

Color information

#A44460 (or 0xA44460) is unknown color: approx Rouge. HEX triplet: A4, 44 and 60. RGB value is (164,68,96). Sum of RGB (Red+Green+Blue) = 164+68+96=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A44460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44460 is #5BBB9F. Grayscale: #636363. Windows color (decimal): -6011808 or 6309028. OLE color: 6309028.

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

Color convert

RGB1646896-
CMYK00.590.410.36
HSL342.5º41.38%45.49%-
HSV(B)342.5º58.54%64.31%-
XYZ19.4912.8712.52-
YUV99.9125.8173.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=50%
G=20.73%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164689600.590.410.36342.541.3845.49
HexA4446003B2924156292d
Octal24410414007351445265155
Binary10100100100010011000000111011101001100100101010110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44460; }

 p { color: rgb(164,68,96); }

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

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

 a { background-color: rgb(164,68,96); }

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

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

 span { border-color: rgb(164,68,96); }

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