#AD4864

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

Shades of Rouge #AD4864

Tints of Rouge #AD4864

Color information

#AD4864 (or 0xAD4864) is unknown color: approx Rouge. HEX triplet: AD, 48 and 64. RGB value is (173,72,100). Sum of RGB (Red+Green+Blue) = 173+72+100=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4864 is #52B79B. Grayscale: #696969. Windows color (decimal): -5420956 or 6572205. OLE color: 6572205.

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

Color convert

RGB17372100-
CMYK00.580.420.32
HSL343.37º41.22%48.04%-
HSV(B)343.37º58.38%67.84%-
XYZ21.8514.4413.69-
YUV105.39124.96176.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=50.14%
G=20.87%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737210000.580.420.32343.3741.2248.04
HexAD486403A2A201572930
Octal25511014407252405275160
Binary10101101100100011001000111010101010100000101010111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4864; }

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

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

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

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

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

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

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

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