#AD3561

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

Shades of Rouge #AD3561

Tints of Rouge #AD3561

Color information

#AD3561 (or 0xAD3561) is unknown color: approx Rouge. HEX triplet: AD, 35 and 61. RGB value is (173,53,97). Sum of RGB (Red+Green+Blue) = 173+53+97=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3561 is #52CA9E. Grayscale: #5D5D5D. Windows color (decimal): -5425823 or 6370733. OLE color: 6370733.

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

Color convert

RGB1735397-
CMYK00.690.440.32
HSL338º53.1%44.31%-
HSV(B)338º69.36%67.84%-
XYZ20.6612.2912.59-
YUV93.9129.76184.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=53.56%
G=16.41%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173539700.690.440.3233853.144.31
HexAD35610452C20152352c
Octal25565141010554405226554
Binary10101101110101110000101000101101100100000101010010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3561; }

 p { color: rgb(173,53,97); }

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

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

 a { background-color: rgb(173,53,97); }

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

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

 span { border-color: rgb(173,53,97); }

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