#A44162

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

Shades of Rouge #A44162

Tints of Rouge #A44162

Color information

#A44162 (or 0xA44162) is unknown color: approx Rouge. HEX triplet: A4, 41 and 62. RGB value is (164,65,98). Sum of RGB (Red+Green+Blue) = 164+65+98=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A44162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44162 is #5BBE9D. Grayscale: #626262. Windows color (decimal): -6012574 or 6439332. OLE color: 6439332.

HSL color Cylindrical-coordinate representation of color #A44162: hue angle of 340º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44162 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1646598-
CMYK00.600.400.36
HSL340º43.23%44.9%-
HSV(B)340º60.37%64.31%-
XYZ19.412.5512.96-
YUV98.36127.8174.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=50.15%
G=19.88%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164659800.600.400.3634043.2344.9
HexA4416203C28241542b2d
Octal24410114207450445245355
Binary10100100100000111000100111100101000100100101010100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44162; }

 p { color: rgb(164,65,98); }

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

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

 a { background-color: rgb(164,65,98); }

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

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

 span { border-color: rgb(164,65,98); }

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