#A44D6E

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

Shades of Rouge #A44D6E

Tints of Rouge #A44D6E

Color information

#A44D6E (or 0xA44D6E) is unknown color: approx Rouge. HEX triplet: A4, 4D and 6E. RGB value is (164,77,110). Sum of RGB (Red+Green+Blue) = 164+77+110=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D6E is #5BB291. Grayscale: #6A6A6A. Windows color (decimal): -6009490 or 7228836. OLE color: 7228836.

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

Color convert

RGB16477110-
CMYK00.530.330.36
HSL337.24º36.1%47.25%-
HSV(B)337.24º53.05%64.31%-
XYZ20.7814.3316.42-
YUV106.78129.82168.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=46.72%
G=21.94%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647711000.530.330.36337.2436.147.25
HexA44D6E0352124151242f
Octal24411515606541445214457
Binary10100100100110111011100110101100001100100101010001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D6E; }

 p { color: rgb(164,77,110); }

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

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

 a { background-color: rgb(164,77,110); }

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

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

 span { border-color: rgb(164,77,110); }

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