#a4406a

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

Shades of Rouge #A4406A

Tints of Rouge #A4406A

Color information

#A4406A (or 0xA4406A) is unknown color: approx Rouge. HEX triplet: A4, 40 and 6A. RGB value is (164,64,106). Sum of RGB (Red+Green+Blue) = 164+64+106=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A4406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4406A is #5BBF95. Grayscale: #626262. Windows color (decimal): -6012822 or 6963364. OLE color: 6963364.

HSL color Cylindrical-coordinate representation of color #A4406A: hue angle of 334.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4406A is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16464106-
CMYK00.610.350.36
HSL334.8º43.86%44.71%-
HSV(B)334.8º60.98%64.31%-
XYZ19.7412.615.03-
YUV98.69132.13174.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=49.10%
G=19.16%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646410600.610.350.36334.843.8644.71
HexA4406A03D232414f2c2d
Octal24410015207543445175455
Binary10100100100000011010100111101100011100100101001111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4406a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4406a; }

 p { color: rgb(164,64,106); }

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

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

 a { background-color: rgb(164,64,106); }

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

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

 span { border-color: rgb(164,64,106); }

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