#A44A65

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

Shades of Rouge #A44A65

Tints of Rouge #A44A65

Color information

#A44A65 (or 0xA44A65) is unknown color: approx Rouge. HEX triplet: A4, 4A and 65. RGB value is (164,74,101). Sum of RGB (Red+Green+Blue) = 164+74+101=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A65 is #5BB59A. Grayscale: #676767. Windows color (decimal): -6010267 or 6638244. OLE color: 6638244.

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

Color convert

RGB16474101-
CMYK00.550.380.36
HSL342º37.82%46.67%-
HSV(B)342º54.88%64.31%-
XYZ20.1113.7313.9-
YUV103.99126.32170.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=48.38%
G=21.83%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647410100.550.380.3634237.8246.67
HexA44A650372624156262f
Octal24411214506746445264657
Binary10100100100101011001010110111100110100100101010110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A65; }

 p { color: rgb(164,74,101); }

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

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

 a { background-color: rgb(164,74,101); }

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

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

 span { border-color: rgb(164,74,101); }

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