#AD4566

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

Shades of Rouge #AD4566

Tints of Rouge #AD4566

Color information

#AD4566 (or 0xAD4566) is unknown color: approx Rouge. HEX triplet: AD, 45 and 66. RGB value is (173,69,102). Sum of RGB (Red+Green+Blue) = 173+69+102=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4566 is #52BA99. Grayscale: #676767. Windows color (decimal): -5421722 or 6702509. OLE color: 6702509.

HSL color Cylindrical-coordinate representation of color #AD4566: hue angle of 340.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4566 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB17369102-
CMYK00.600.410.32
HSL340.96º42.98%47.45%-
HSV(B)340.96º60.12%67.84%-
XYZ21.7614.114.15-
YUV103.86126.96177.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=50.29%
G=20.06%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736910200.600.410.32340.9642.9847.45
HexAD456603C29201552b2f
Octal25510514607451405255357
Binary10101101100010111001100111100101001100000101010101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4566; }

 p { color: rgb(173,69,102); }

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

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

 a { background-color: rgb(173,69,102); }

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

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

 span { border-color: rgb(173,69,102); }

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