Html Css Color HEX #AD326B Rouge

📋 copy color: '#AD326B'

red 173 ◦ green 50 ◦ blue 107

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

Shades of Rouge #AD326B

Tints of Rouge #AD326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 52.42%
G = 15.15%
B = 32.42%

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

#AD326B (or 0xAD326B) is known color: Rouge. HEX triplet: AD, 32 and 6B. RGB value is (173,50,107). Sum of RGB (Red+Green+Blue) = 173+50+107=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD326B is #52CD94. Grayscale: #5D5D5D. Windows color (decimal): -5426581 or 7025325. OLE color: 7025325.

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

Color convert

RGB 173 50 107 -
CMYK 0 0.71 0.38 0.32
HSL 332.2º 0.55% 0.44% -
HSV(B) 332.2º 0.71% 0.68% -
XYZ 21.03 12.23 15.16 -
YUV 93.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 173 50 107 0 0.71 0.38 0.32 332.2 0.55 0.44
Hex AD 32 6B 0 47 26 20 14C 37 2C
Octal 255 62 153 0 107 46 40 514 67 54
Binary 10101101 110010 1101011 0 1000111 100110 100000 101001100 110111 101100

Color Harmonies of #AD326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD326B

Black with #AD326B

Text Example


Text Example

White with #AD326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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