#A44D69

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

Shades of Rouge #A44D69

Tints of Rouge #A44D69

Color information

#A44D69 (or 0xA44D69) is unknown color: approx Rouge. HEX triplet: A4, 4D and 69. RGB value is (164,77,105). Sum of RGB (Red+Green+Blue) = 164+77+105=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D69 is #5BB296. Grayscale: #6A6A6A. Windows color (decimal): -6009495 or 6901156. OLE color: 6901156.

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

Color convert

RGB16477105-
CMYK00.530.360.36
HSL340.69º36.1%47.25%-
HSV(B)340.69º53.05%64.31%-
XYZ20.5114.2215.03-
YUV106.2127.32169.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=47.40%
G=22.25%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647710500.530.360.36340.6936.147.25
HexA44D690352424155242f
Octal24411515106544445254457
Binary10100100100110111010010110101100100100100101010101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D69; }

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

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

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

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

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

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

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

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