Html Css Color HEX #AC326D Rouge

📋 copy color: '#AC326D'

red 172 ◦ green 50 ◦ blue 109

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

Shades of Rouge #AC326D

Tints of Rouge #AC326D

RGB

 RED value IS 172 (67.58% from 255) = 51.96%

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 51.96%
G = 15.11%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC326D (or 0xAC326D) is known color: Rouge. HEX triplet: AC, 32 and 6D. RGB value is (172,50,109). Sum of RGB (Red+Green+Blue) = 172+50+109=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC326D is #53CD92. Grayscale: #5D5D5D. Windows color (decimal): -5492115 or 7156396. OLE color: 7156396.

HSL color Cylindrical-coordinate representation of color #AC326D: hue angle of 330.98º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC326D is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 50 109 -
CMYK 0 0.71 0.37 0.33
HSL 330.98º 0.55% 0.44% -
HSV(B) 330.98º 0.71% 0.67% -
XYZ 20.91 12.16 15.71 -
YUV 93.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 172 50 109 0 0.71 0.37 0.33 330.98 0.55 0.44
Hex AC 32 6D 0 47 25 21 14B 37 2C
Octal 254 62 155 0 107 45 41 513 67 54
Binary 10101100 110010 1101101 0 1000111 100101 100001 101001011 110111 101100

Color Harmonies of #AC326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC326D

Black with #AC326D

Text Example


Text Example

White with #AC326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC326D; }

 p { color: rgb(172,50,109); }

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

background-color css

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

 a { background-color: rgb(172,50,109); }

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

border-color css

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

 span { border-color: rgb(172,50,109); }

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