#A9405D

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

Shades of Rouge #A9405D

Tints of Rouge #A9405D

Color information

#A9405D (or 0xA9405D) is unknown color: approx Rouge. HEX triplet: A9, 40 and 5D. RGB value is (169,64,93). Sum of RGB (Red+Green+Blue) = 169+64+93=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A9405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9405D is #56BFA2. Grayscale: #626262. Windows color (decimal): -5685155 or 6111401. OLE color: 6111401.

HSL color Cylindrical-coordinate representation of color #A9405D: hue angle of 343.43º 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 #A9405D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1696493-
CMYK00.620.450.34
HSL343.43º45.06%45.69%-
HSV(B)343.43º62.13%66.27%-
XYZ20.1712.8911.78-
YUV98.7124.79178.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.84%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=51.84%
G=19.63%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169649300.620.450.34343.4345.0645.69
HexA9405D03E2D221572d2e
Octal25110013507655425275556
Binary10101001100000010111010111110101101100010101010111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9405D; }

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

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

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

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

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

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

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

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