Html Css Color HEX #AC326F Rouge

📋 copy color: '#AC326F'

red 172 ◦ green 50 ◦ blue 111

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

Shades of Rouge #AC326F

Tints of Rouge #AC326F

RGB

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

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

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

R = 51.65%
G = 15.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC326F (or 0xAC326F) is known color: Rouge. HEX triplet: AC, 32 and 6F. RGB value is (172,50,111). Sum of RGB (Red+Green+Blue) = 172+50+111=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC326F is #53CD90. Grayscale: #5D5D5D. Windows color (decimal): -5492113 or 7287468. OLE color: 7287468.

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

Color convert

RGB 172 50 111 -
CMYK 0 0.71 0.35 0.33
HSL 330º 0.55% 0.44% -
HSV(B) 330º 0.71% 0.67% -
XYZ 21.02 12.2 16.29 -
YUV 93.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 172 50 111 0 0.71 0.35 0.33 330 0.55 0.44
Hex AC 32 6F 0 47 23 21 14A 37 2C
Octal 254 62 157 0 107 43 41 512 67 54
Binary 10101100 110010 1101111 0 1000111 100011 100001 101001010 110111 101100

Color Harmonies of #AC326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC326F

Black with #AC326F

Text Example


Text Example

White with #AC326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC326F; }

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

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

background-color css

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

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

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

border-color css

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

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

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