#A44964

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

Shades of Rouge #A44964

Tints of Rouge #A44964

Color information

#A44964 (or 0xA44964) is unknown color: approx Rouge. HEX triplet: A4, 49 and 64. RGB value is (164,73,100). Sum of RGB (Red+Green+Blue) = 164+73+100=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A44964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44964 is #5BB69B. Grayscale: #676767. Windows color (decimal): -6010524 or 6572452. OLE color: 6572452.

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

Color convert

RGB16473100-
CMYK00.550.390.36
HSL342.2º38.4%46.47%-
HSV(B)342.2º55.49%64.31%-
XYZ19.9913.5813.62-
YUV103.29126.15171.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=48.66%
G=21.66%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647310000.550.390.36342.238.446.47
HexA449640372724156262e
Octal24411114406747445264656
Binary10100100100100111001000110111100111100100101010110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44964; }

 p { color: rgb(164,73,100); }

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

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

 a { background-color: rgb(164,73,100); }

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

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

 span { border-color: rgb(164,73,100); }

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