#A73A6D

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

Shades of Rouge #A73A6D

Tints of Rouge #A73A6D

Color information

#A73A6D (or 0xA73A6D) is unknown color: approx Rouge. HEX triplet: A7, 3A and 6D. RGB value is (167,58,109). Sum of RGB (Red+Green+Blue) = 167+58+109=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73A6D is #58C592. Grayscale: #606060. Windows color (decimal): -5817747 or 7158439. OLE color: 7158439.

HSL color Cylindrical-coordinate representation of color #A73A6D: hue angle of 331.93º 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 #A73A6D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16758109-
CMYK00.650.350.35
HSL331.93º48.44%44.12%-
HSV(B)331.93º65.27%65.49%-
XYZ20.2112.3515.79-
YUV96.4135.11178.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=50%
G=17.37%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675810900.650.350.35331.9348.4444.12
HexA73A6D041232314c302c
Octal24772155010143435146054
Binary10100111111010110110101000001100011100011101001100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A6D; }

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

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

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

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

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

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

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

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