#AD3773

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

Shades of Rouge #AD3773

Tints of Rouge #AD3773

Color information

#AD3773 (or 0xAD3773) is unknown color: approx Rouge. HEX triplet: AD, 37 and 73. RGB value is (173,55,115). Sum of RGB (Red+Green+Blue) = 173+55+115=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3773 is #52C88C. Grayscale: #616161. Windows color (decimal): -5425293 or 7550893. OLE color: 7550893.

HSL color Cylindrical-coordinate representation of color #AD3773: hue angle of 329.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3773 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB17355115-
CMYK00.680.340.32
HSL329.49º51.75%44.71%-
HSV(B)329.49º68.21%67.84%-
XYZ21.6912.8517.56-
YUV97.12138.09182.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 55 (21.88% from 255) = 16.03%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=50.44%
G=16.03%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735511500.680.340.32329.4951.7544.71
HexAD37730442220149342d
Octal25567163010442405116455
Binary10101101110111111001101000100100010100000101001001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3773; }

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

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

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

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

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

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

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

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