Html Css Color HEX #AD326C Rouge

📋 copy color: '#AD326C'

red 173 ◦ green 50 ◦ blue 108

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

Shades of Rouge #AD326C

Tints of Rouge #AD326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

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

R = 52.27%
G = 15.11%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD326C (or 0xAD326C) is known color: Rouge. HEX triplet: AD, 32 and 6C. RGB value is (173,50,108). Sum of RGB (Red+Green+Blue) = 173+50+108=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD326C is #52CD93. Grayscale: #5D5D5D. Windows color (decimal): -5426580 or 7090861. OLE color: 7090861.

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

Color convert

RGB 173 50 108 -
CMYK 0 0.71 0.38 0.32
HSL 331.71º 0.55% 0.44% -
HSV(B) 331.71º 0.71% 0.68% -
XYZ 21.08 12.25 15.44 -
YUV 93.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 173 50 108 0 0.71 0.38 0.32 331.71 0.55 0.44
Hex AD 32 6C 0 47 26 20 14C 37 2C
Octal 255 62 154 0 107 46 40 514 67 54
Binary 10101101 110010 1101100 0 1000111 100110 100000 101001100 110111 101100

Color Harmonies of #AD326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD326C

Black with #AD326C

Text Example


Text Example

White with #AD326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD326C; }

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

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

background-color css

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

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

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

border-color css

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

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

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