#A44A6D

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

Shades of Rouge #A44A6D

Tints of Rouge #A44A6D

Color information

#A44A6D (or 0xA44A6D) is unknown color: approx Rouge. HEX triplet: A4, 4A and 6D. RGB value is (164,74,109). Sum of RGB (Red+Green+Blue) = 164+74+109=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A6D is #5BB592. Grayscale: #686868. Windows color (decimal): -6010259 or 7162532. OLE color: 7162532.

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

Color convert

RGB16474109-
CMYK00.550.340.36
HSL336.67º37.82%46.67%-
HSV(B)336.67º54.88%64.31%-
XYZ20.5213.8916.07-
YUV104.9130.32170.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 74 (29.30% from 255) = 21.33%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=47.26%
G=21.33%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647410900.550.340.36336.6737.8246.67
HexA44A6D0372224151262f
Octal24411215506742445214657
Binary10100100100101011011010110111100010100100101010001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A6D; }

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

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

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

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

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

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

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

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