Html Css Color HEX #AD3368 Rouge

📋 copy color: '#AD3368'

red 173 ◦ green 51 ◦ blue 104

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

Shades of Rouge #AD3368

Tints of Rouge #AD3368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 52.74%
G = 15.55%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD3368 (or 0xAD3368) is known color: Rouge. HEX triplet: AD, 33 and 68. RGB value is (173,51,104). Sum of RGB (Red+Green+Blue) = 173+51+104=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3368 is #52CC97. Grayscale: #5D5D5D. Windows color (decimal): -5426328 or 6828973. OLE color: 6828973.

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

Color convert

RGB 173 51 104 -
CMYK 0 0.71 0.40 0.32
HSL 333.93º 0.54% 0.44% -
HSV(B) 333.93º 0.71% 0.68% -
XYZ 20.92 12.25 14.36 -
YUV 93.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 173 51 104 0 0.71 0.40 0.32 333.93 0.54 0.44
Hex AD 33 68 0 47 28 20 14E 36 2C
Octal 255 63 150 0 107 50 40 516 66 54
Binary 10101101 110011 1101000 0 1000111 101000 100000 101001110 110110 101100

Color Harmonies of #AD3368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3368

Black with #AD3368

Text Example


Text Example

White with #AD3368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3368; }

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

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

background-color css

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

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

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

border-color css

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

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

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