#A73A5E

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

Shades of Rouge #A73A5E

Tints of Rouge #A73A5E

Color information

#A73A5E (or 0xA73A5E) is unknown color: approx Rouge. HEX triplet: A7, 3A and 5E. RGB value is (167,58,94). Sum of RGB (Red+Green+Blue) = 167+58+94=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73A5E is #58C5A1. Grayscale: #5E5E5E. Windows color (decimal): -5817762 or 6175399. OLE color: 6175399.

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

Color convert

RGB1675894-
CMYK00.650.440.35
HSL340.18º48.44%44.12%-
HSV(B)340.18º65.27%65.49%-
XYZ19.4712.0511.89-
YUV94.7127.61179.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.35%
GREEN value IS 58 (23.05% from 255) = 18.18%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=52.35%
G=18.18%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167589400.650.440.35340.1848.4444.12
HexA73A5E0412C23154302c
Octal24772136010154435246054
Binary10100111111010101111001000001101100100011101010100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A5E; }

 p { color: rgb(167,58,94); }

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

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

 a { background-color: rgb(167,58,94); }

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

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

 span { border-color: rgb(167,58,94); }

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