#A73772

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

Shades of Rouge #A73772

Tints of Rouge #A73772

Color information

#A73772 (or 0xA73772) is unknown color: approx Rouge. HEX triplet: A7, 37 and 72. RGB value is (167,55,114). Sum of RGB (Red+Green+Blue) = 167+55+114=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A73772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73772 is #58C88D. Grayscale: #5F5F5F. Windows color (decimal): -5818510 or 7485351. OLE color: 7485351.

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

Color convert

RGB16755114-
CMYK00.670.320.35
HSL328.39º50.45%43.53%-
HSV(B)328.39º67.07%65.49%-
XYZ20.3412.1617.2-
YUV95.21138.61179.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.70%
GREEN value IS 55 (21.88% from 255) = 16.37%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=49.70%
G=16.37%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675511400.670.320.35328.3950.4543.53
HexA737720432023148322c
Octal24767162010340435106254
Binary10100111110111111001001000011100000100011101001000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73772; }

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

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

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

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

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

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

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

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