#A44865

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

Shades of Rouge #A44865

Tints of Rouge #A44865

Color information

#A44865 (or 0xA44865) is unknown color: approx Rouge. HEX triplet: A4, 48 and 65. RGB value is (164,72,101). Sum of RGB (Red+Green+Blue) = 164+72+101=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A44865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44865 is #5BB79A. Grayscale: #666666. Windows color (decimal): -6010779 or 6637732. OLE color: 6637732.

HSL color Cylindrical-coordinate representation of color #A44865: hue angle of 341.09º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44865 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16472101-
CMYK00.560.380.36
HSL341.09º38.98%46.27%-
HSV(B)341.09º56.1%64.31%-
XYZ19.9813.4713.86-
YUV102.81126.98171.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=48.66%
G=21.36%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647210100.560.380.36341.0938.9846.27
HexA448650382624155272e
Octal24411014507046445254756
Binary10100100100100011001010111000100110100100101010101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44865; }

 p { color: rgb(164,72,101); }

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

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

 a { background-color: rgb(164,72,101); }

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

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

 span { border-color: rgb(164,72,101); }

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