#A4405E

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

Shades of Rouge #A4405E

Tints of Rouge #A4405E

Color information

#A4405E (or 0xA4405E) is unknown color: approx Rouge. HEX triplet: A4, 40 and 5E. RGB value is (164,64,94). Sum of RGB (Red+Green+Blue) = 164+64+94=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4405E is #5BBFA1. Grayscale: #616161. Windows color (decimal): -6012834 or 6176932. OLE color: 6176932.

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

Color convert

RGB1646494-
CMYK00.610.430.36
HSL342º43.86%44.71%-
HSV(B)342º60.98%64.31%-
XYZ19.1612.3711.97-
YUV97.32126.13175.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=50.93%
G=19.88%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164649400.610.430.3634243.8644.71
HexA4405E03D2B241562c2d
Octal24410013607553445265455
Binary10100100100000010111100111101101011100100101010110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4405E; }

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

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

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

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

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

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

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

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