Html Css Color HEX #AD326A Rouge

📋 copy color: '#AD326A'

red 173 ◦ green 50 ◦ blue 106

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

Shades of Rouge #AD326A

Tints of Rouge #AD326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 52.58%
G = 15.2%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD326A (or 0xAD326A) is known color: Rouge. HEX triplet: AD, 32 and 6A. RGB value is (173,50,106). Sum of RGB (Red+Green+Blue) = 173+50+106=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD326A is #52CD95. Grayscale: #5D5D5D. Windows color (decimal): -5426582 or 6959789. OLE color: 6959789.

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

Color convert

RGB 173 50 106 -
CMYK 0 0.71 0.39 0.32
HSL 332.68º 0.55% 0.44% -
HSV(B) 332.68º 0.71% 0.68% -
XYZ 20.98 12.21 14.89 -
YUV 93.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 173 50 106 0 0.71 0.39 0.32 332.68 0.55 0.44
Hex AD 32 6A 0 47 27 20 14D 37 2C
Octal 255 62 152 0 107 47 40 515 67 54
Binary 10101101 110010 1101010 0 1000111 100111 100000 101001101 110111 101100

Color Harmonies of #AD326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD326A

Black with #AD326A

Text Example


Text Example

White with #AD326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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