Html Css Color HEX #AD396C Rouge

📋 copy color: '#AD396C'

red 173 ◦ green 57 ◦ blue 108

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

Shades of Rouge #AD396C

Tints of Rouge #AD396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 51.18%
G = 16.86%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD396C (or 0xAD396C) is known color: Rouge. HEX triplet: AD, 39 and 6C. RGB value is (173,57,108). Sum of RGB (Red+Green+Blue) = 173+57+108=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD396C is #52C693. Grayscale: #616161. Windows color (decimal): -5424788 or 7092653. OLE color: 7092653.

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

Color convert

RGB 173 57 108 -
CMYK 0 0.67 0.38 0.32
HSL 333.62º 0.5% 0.45% -
HSV(B) 333.62º 0.67% 0.68% -
XYZ 21.4 12.89 15.55 -
YUV 97.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 173 57 108 0 0.67 0.38 0.32 333.62 0.5 0.45
Hex AD 39 6C 0 43 26 20 14E 32 2D
Octal 255 71 154 0 103 46 40 516 62 55
Binary 10101101 111001 1101100 0 1000011 100110 100000 101001110 110010 101101

Color Harmonies of #AD396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD396C

Black with #AD396C

Text Example


Text Example

White with #AD396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD396C; }

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

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

background-color css

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

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

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

border-color css

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

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

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