Html Css Color HEX #AD3366 Rouge

📋 copy color: '#AD3366'

red 173 ◦ green 51 ◦ blue 102

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

Shades of Rouge #AD3366

Tints of Rouge #AD3366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 53.07%
G = 15.64%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD3366 (or 0xAD3366) is known color: Rouge. HEX triplet: AD, 33 and 66. RGB value is (173,51,102). Sum of RGB (Red+Green+Blue) = 173+51+102=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3366 is #52CC99. Grayscale: #5D5D5D. Windows color (decimal): -5426330 or 6697901. OLE color: 6697901.

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

Color convert

RGB 173 51 102 -
CMYK 0 0.71 0.41 0.32
HSL 334.92º 0.54% 0.44% -
HSV(B) 334.92º 0.71% 0.68% -
XYZ 20.82 12.21 13.83 -
YUV 93.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 173 51 102 0 0.71 0.41 0.32 334.92 0.54 0.44
Hex AD 33 66 0 47 29 20 14F 36 2C
Octal 255 63 146 0 107 51 40 517 66 54
Binary 10101101 110011 1100110 0 1000111 101001 100000 101001111 110110 101100

Color Harmonies of #AD3366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3366

Black with #AD3366

Text Example


Text Example

White with #AD3366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3366; }

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

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

background-color css

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

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

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

border-color css

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

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

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