Html Css Color HEX #AD326F Rouge

📋 copy color: '#AD326F'

red 173 ◦ green 50 ◦ blue 111

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

Shades of Rouge #AD326F

Tints of Rouge #AD326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 51.8%
G = 14.97%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD326F (or 0xAD326F) is known color: Rouge. HEX triplet: AD, 32 and 6F. RGB value is (173,50,111). Sum of RGB (Red+Green+Blue) = 173+50+111=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD326F is #52CD90. Grayscale: #5D5D5D. Windows color (decimal): -5426577 or 7287469. OLE color: 7287469.

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

Color convert

RGB 173 50 111 -
CMYK 0 0.71 0.36 0.32
HSL 330.24º 0.55% 0.44% -
HSV(B) 330.24º 0.71% 0.68% -
XYZ 21.24 12.31 16.3 -
YUV 93.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 173 50 111 0 0.71 0.36 0.32 330.24 0.55 0.44
Hex AD 32 6F 0 47 24 20 14A 37 2C
Octal 255 62 157 0 107 44 40 512 67 54
Binary 10101101 110010 1101111 0 1000111 100100 100000 101001010 110111 101100

Color Harmonies of #AD326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD326F

Black with #AD326F

Text Example


Text Example

White with #AD326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD326F; }

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

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

background-color css

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

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

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

border-color css

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

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

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