#A5405E

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

Shades of Rouge #A5405E

Tints of Rouge #A5405E

Color information

#A5405E (or 0xA5405E) is unknown color: approx Rouge. HEX triplet: A5, 40 and 5E. RGB value is (165,64,94). Sum of RGB (Red+Green+Blue) = 165+64+94=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5405E is #5ABFA1. Grayscale: #616161. Windows color (decimal): -5947298 or 6176933. OLE color: 6176933.

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

Color convert

RGB1656494-
CMYK00.610.430.35
HSL342.18º44.1%44.9%-
HSV(B)342.18º61.21%64.71%-
XYZ19.3712.4711.98-
YUV97.62125.96176.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=51.08%
G=19.81%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165649400.610.430.35342.1844.144.9
HexA5405E03D2B231562c2d
Octal24510013607553435265455
Binary10100101100000010111100111101101011100011101010110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5405E; }

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

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

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

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

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

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

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

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