#A4405D

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

Shades of Rouge #A4405D

Tints of Rouge #A4405D

Color information

#A4405D (or 0xA4405D) is unknown color: approx Rouge. HEX triplet: A4, 40 and 5D. RGB value is (164,64,93). Sum of RGB (Red+Green+Blue) = 164+64+93=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4405D is #5BBFA2. Grayscale: #616161. Windows color (decimal): -6012835 or 6111396. OLE color: 6111396.

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

Color convert

RGB1646493-
CMYK00.610.430.36
HSL342.6º43.86%44.71%-
HSV(B)342.6º60.98%64.31%-
XYZ19.1212.3511.73-
YUV97.21125.63175.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=51.09%
G=19.94%
B=28.97%

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
Decimal164649300.610.430.36342.643.8644.71
HexA4405D03D2B241572c2d
Octal24410013507553445275455
Binary10100100100000010111010111101101011100100101010111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4405D; }

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

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

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

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

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

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

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

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