#A73672

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

Shades of Rouge #A73672

Tints of Rouge #A73672

Color information

#A73672 (or 0xA73672) is unknown color: approx Rouge. HEX triplet: A7, 36 and 72. RGB value is (167,54,114). Sum of RGB (Red+Green+Blue) = 167+54+114=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A73672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73672 is #58C98D. Grayscale: #5E5E5E. Windows color (decimal): -5818766 or 7485095. OLE color: 7485095.

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

Color convert

RGB16754114-
CMYK00.680.320.35
HSL328.14º51.13%43.33%-
HSV(B)328.14º67.66%65.49%-
XYZ20.2912.0717.18-
YUV94.63138.94179.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.85%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=49.85%
G=16.12%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675411400.680.320.35328.1451.1343.33
HexA736720442023148332b
Octal24766162010440435106353
Binary10100111110110111001001000100100000100011101001000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73672; }

 p { color: rgb(167,54,114); }

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

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

 a { background-color: rgb(167,54,114); }

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

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

 span { border-color: rgb(167,54,114); }

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