#A9405C

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

Shades of Rouge #A9405C

Tints of Rouge #A9405C

Color information

#A9405C (or 0xA9405C) is unknown color: approx Rouge. HEX triplet: A9, 40 and 5C. RGB value is (169,64,92). Sum of RGB (Red+Green+Blue) = 169+64+92=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A9405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9405C is #56BFA3. Grayscale: #626262. Windows color (decimal): -5685156 or 6045865. OLE color: 6045865.

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

Color convert

RGB1696492-
CMYK00.620.460.34
HSL344º45.06%45.69%-
HSV(B)344º62.13%66.27%-
XYZ20.1312.8711.55-
YUV98.59124.29178.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=52%
G=19.69%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169649200.620.460.3434445.0645.69
HexA9405C03E2E221582d2e
Octal25110013407656425305556
Binary10101001100000010111000111110101110100010101011000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9405C; }

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

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

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

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

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

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

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

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