Html Css Color HEX #AD406E Rouge

📋 copy color: '#AD406E'

red 173 ◦ green 64 ◦ blue 110

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

Shades of Rouge #AD406E

Tints of Rouge #AD406E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 49.86%
G = 18.44%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD406E (or 0xAD406E) is known color: Rouge. HEX triplet: AD, 40 and 6E. RGB value is (173,64,110). Sum of RGB (Red+Green+Blue) = 173+64+110=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD406E is #52BF91. Grayscale: #656565. Windows color (decimal): -5422994 or 7225517. OLE color: 7225517.

HSL color Cylindrical-coordinate representation of color #AD406E: hue angle of 334.68º 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 #AD406E is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 64 110 -
CMYK 0 0.63 0.36 0.32
HSL 334.68º 0.46% 0.46% -
HSV(B) 334.68º 0.63% 0.68% -
XYZ 21.88 13.68 16.24 -
YUV 101.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 173 64 110 0 0.63 0.36 0.32 334.68 0.46 0.46
Hex AD 40 6E 0 3F 24 20 14F 2E 2E
Octal 255 100 156 0 77 44 40 517 56 56
Binary 10101101 1000000 1101110 0 111111 100100 100000 101001111 101110 101110

Color Harmonies of #AD406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD406E

Black with #AD406E

Text Example


Text Example

White with #AD406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD406E; }

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

 H1.HeaderClassName
 {
   color: #AD406E;
 }
 .AnyTagClassName
 {
   color: #AD406E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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