#AD406D

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

Shades of Rouge #AD406D

Tints of Rouge #AD406D

Color information

#AD406D (or 0xAD406D) is unknown color: approx Rouge. HEX triplet: AD, 40 and 6D. RGB value is (173,64,109). Sum of RGB (Red+Green+Blue) = 173+64+109=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD406D is #52BF92. Grayscale: #656565. Windows color (decimal): -5422995 or 7159981. OLE color: 7159981.

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

Color convert

RGB17364109-
CMYK00.630.370.32
HSL335.23º45.99%46.47%-
HSV(B)335.23º63.01%67.84%-
XYZ21.8313.6615.95-
YUV101.72132.11178.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=50%
G=18.50%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736410900.630.370.32335.2345.9946.47
HexAD406D03F252014f2e2e
Octal25510015507745405175656
Binary10101101100000011011010111111100101100000101001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD406D; }

 p { color: rgb(173,64,109); }

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

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

 a { background-color: rgb(173,64,109); }

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

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

 span { border-color: rgb(173,64,109); }

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