#A44A6E

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

Shades of Rouge #A44A6E

Tints of Rouge #A44A6E

Color information

#A44A6E (or 0xA44A6E) is unknown color: approx Rouge. HEX triplet: A4, 4A and 6E. RGB value is (164,74,110). Sum of RGB (Red+Green+Blue) = 164+74+110=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A6E is #5BB591. Grayscale: #686868. Windows color (decimal): -6010258 or 7228068. OLE color: 7228068.

HSL color Cylindrical-coordinate representation of color #A44A6E: hue angle of 336º 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 #A44A6E is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16474110-
CMYK00.550.330.36
HSL336º37.82%46.67%-
HSV(B)336º54.88%64.31%-
XYZ20.5713.9216.35-
YUV105.01130.82170.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 74 (29.30% from 255) = 21.26%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=47.13%
G=21.26%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647411000.550.330.3633637.8246.67
HexA44A6E0372124150262f
Octal24411215606741445204657
Binary10100100100101011011100110111100001100100101010000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A6E; }

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

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

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

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

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

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

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

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