Html Css Color HEX #AD406D Rouge

📋 copy color: '#AD406D'

red 173 ◦ green 64 ◦ blue 109

#AD406D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #AD406D

Tints of Rouge #AD406D

RGB

 RED value IS 173 (67.97% from 255) = 50%

 GREEN value IS 64 (25.39% from 255) = 18.5%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 50%
G = 18.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD406D (or 0xAD406D) is known color: 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

RGB 173 64 109 -
CMYK 0 0.63 0.37 0.32
HSL 335.23º 0.46% 0.46% -
HSV(B) 335.23º 0.63% 0.68% -
XYZ 21.83 13.66 15.95 -
YUV 101.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 173 64 109 0 0.63 0.37 0.32 335.23 0.46 0.46
Hex AD 40 6D 0 3F 25 20 14F 2E 2E
Octal 255 100 155 0 77 45 40 517 56 56
Binary 10101101 1000000 1101101 0 111111 100101 100000 101001111 101110 101110

Color Harmonies of #AD406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD406D

Black with #AD406D

Text Example


Text Example

White with #AD406D

Text Example


Text Example

HTML Codes & Css Web 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>