#A93773

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

Shades of Rouge #A93773

Tints of Rouge #A93773

Color information

#A93773 (or 0xA93773) is unknown color: approx Rouge. HEX triplet: A9, 37 and 73. RGB value is (169,55,115). Sum of RGB (Red+Green+Blue) = 169+55+115=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A93773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93773 is #56C88C. Grayscale: #5F5F5F. Windows color (decimal): -5687437 or 7550889. OLE color: 7550889.

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

Color convert

RGB16955115-
CMYK00.670.320.34
HSL328.42º50.89%43.92%-
HSV(B)328.42º67.46%66.27%-
XYZ20.8212.4117.52-
YUV95.93138.77180.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 55 (21.88% from 255) = 16.22%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=49.85%
G=16.22%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695511500.670.320.34328.4250.8943.92
HexA937730432022148332c
Octal25167163010340425106354
Binary10101001110111111001101000011100000100010101001000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93773; }

 p { color: rgb(169,55,115); }

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

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

 a { background-color: rgb(169,55,115); }

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

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

 span { border-color: rgb(169,55,115); }

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