#A9405E

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

Shades of Rouge #A9405E

Tints of Rouge #A9405E

Color information

#A9405E (or 0xA9405E) is unknown color: approx Rouge. HEX triplet: A9, 40 and 5E. RGB value is (169,64,94). Sum of RGB (Red+Green+Blue) = 169+64+94=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A9405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9405E is #56BFA1. Grayscale: #626262. Windows color (decimal): -5685154 or 6176937. OLE color: 6176937.

HSL color Cylindrical-coordinate representation of color #A9405E: hue angle of 342.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9405E is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB1696494-
CMYK00.620.440.34
HSL342.86º45.06%45.69%-
HSV(B)342.86º62.13%66.27%-
XYZ20.2212.9112.02-
YUV98.82125.29178.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=51.68%
G=19.57%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169649400.620.440.34342.8645.0645.69
HexA9405E03E2C221572d2e
Octal25110013607654425275556
Binary10101001100000010111100111110101100100010101010111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9405E; }

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

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

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

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

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

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

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

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