#A44A6F

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

Shades of Rouge #A44A6F

Tints of Rouge #A44A6F

Color information

#A44A6F (or 0xA44A6F) is unknown color: approx Rouge. HEX triplet: A4, 4A and 6F. RGB value is (164,74,111). Sum of RGB (Red+Green+Blue) = 164+74+111=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A6F is #5BB590. Grayscale: #696969. Windows color (decimal): -6010257 or 7293604. OLE color: 7293604.

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

Color convert

RGB16474111-
CMYK00.550.320.36
HSL335.33º37.82%46.67%-
HSV(B)335.33º54.88%64.31%-
XYZ20.6313.9416.64-
YUV105.13131.32169.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=46.99%
G=21.20%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647411100.550.320.36335.3337.8246.67
HexA44A6F037202414f262f
Octal24411215706740445174657
Binary10100100100101011011110110111100000100100101001111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A6F; }

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

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

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

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

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

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

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

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