#A4415E

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

Shades of Rouge #A4415E

Tints of Rouge #A4415E

Color information

#A4415E (or 0xA4415E) is unknown color: approx Rouge. HEX triplet: A4, 41 and 5E. RGB value is (164,65,94). Sum of RGB (Red+Green+Blue) = 164+65+94=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4415E is #5BBEA1. Grayscale: #616161. Windows color (decimal): -6012578 or 6177188. OLE color: 6177188.

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

Color convert

RGB1646594-
CMYK00.600.430.36
HSL342.42º43.23%44.9%-
HSV(B)342.42º60.37%64.31%-
XYZ19.2212.4811.99-
YUV97.91125.8175.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=50.77%
G=20.12%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164659400.600.430.36342.4243.2344.9
HexA4415E03C2B241562b2d
Octal24410113607453445265355
Binary10100100100000110111100111100101011100100101010110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4415E; }

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

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

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

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

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

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

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

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