Html Css Color HEX #AD336D Rouge

📋 copy color: '#AD336D'

red 173 ◦ green 51 ◦ blue 109

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

Shades of Rouge #AD336D

Tints of Rouge #AD336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

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

R = 51.95%
G = 15.32%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD336D (or 0xAD336D) is known color: Rouge. HEX triplet: AD, 33 and 6D. RGB value is (173,51,109). Sum of RGB (Red+Green+Blue) = 173+51+109=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD336D is #52CC92. Grayscale: #5D5D5D. Windows color (decimal): -5426323 or 7156653. OLE color: 7156653.

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

Color convert

RGB 173 51 109 -
CMYK 0 0.71 0.37 0.32
HSL 331.48º 0.54% 0.44% -
HSV(B) 331.48º 0.71% 0.68% -
XYZ 21.18 12.36 15.74 -
YUV 94.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 173 51 109 0 0.71 0.37 0.32 331.48 0.54 0.44
Hex AD 33 6D 0 47 25 20 14B 36 2C
Octal 255 63 155 0 107 45 40 513 66 54
Binary 10101101 110011 1101101 0 1000111 100101 100000 101001011 110110 101100

Color Harmonies of #AD336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD336D

Black with #AD336D

Text Example


Text Example

White with #AD336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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