#AD3664

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

Shades of Rouge #AD3664

Tints of Rouge #AD3664

Color information

#AD3664 (or 0xAD3664) is unknown color: approx Rouge. HEX triplet: AD, 36 and 64. RGB value is (173,54,100). Sum of RGB (Red+Green+Blue) = 173+54+100=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3664 is #52C99B. Grayscale: #5E5E5E. Windows color (decimal): -5425564 or 6567597. OLE color: 6567597.

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

Color convert

RGB17354100-
CMYK00.690.420.32
HSL336.81º52.42%44.51%-
HSV(B)336.81º68.79%67.84%-
XYZ20.8512.4413.36-
YUV94.82130.92183.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 100 (39.45% from 255) = 30.58%
R=52.91%
G=16.51%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735410000.690.420.32336.8152.4244.51
HexAD36640452A20151342d
Octal25566144010552405216455
Binary10101101110110110010001000101101010100000101010001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3664; }

 p { color: rgb(173,54,100); }

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

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

 a { background-color: rgb(173,54,100); }

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

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

 span { border-color: rgb(173,54,100); }

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