Html Css Color HEX #AD396E Rouge

📋 copy color: '#AD396E'

red 173 ◦ green 57 ◦ blue 110

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

Shades of Rouge #AD396E

Tints of Rouge #AD396E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

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

R = 50.88%
G = 16.76%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD396E (or 0xAD396E) is known color: Rouge. HEX triplet: AD, 39 and 6E. RGB value is (173,57,110). Sum of RGB (Red+Green+Blue) = 173+57+110=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD396E is #52C691. Grayscale: #616161. Windows color (decimal): -5424786 or 7223725. OLE color: 7223725.

HSL color Cylindrical-coordinate representation of color #AD396E: hue angle of 332.59º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD396E is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 57 110 -
CMYK 0 0.67 0.36 0.32
HSL 332.59º 0.5% 0.45% -
HSV(B) 332.59º 0.67% 0.68% -
XYZ 21.51 12.94 16.12 -
YUV 97.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 173 57 110 0 0.67 0.36 0.32 332.59 0.5 0.45
Hex AD 39 6E 0 43 24 20 14D 32 2D
Octal 255 71 156 0 103 44 40 515 62 55
Binary 10101101 111001 1101110 0 1000011 100100 100000 101001101 110010 101101

Color Harmonies of #AD396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD396E

Black with #AD396E

Text Example


Text Example

White with #AD396E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD396E; }

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

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

background-color css

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

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

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

border-color css

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

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

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