Html Css Color HEX #AC3472 Rouge

📋 copy color: '#AC3472'

red 172 ◦ green 52 ◦ blue 114

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

Shades of Rouge #AC3472

Tints of Rouge #AC3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 50.89%
G = 15.38%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC3472 (or 0xAC3472) is known color: Rouge. HEX triplet: AC, 34 and 72. RGB value is (172,52,114). Sum of RGB (Red+Green+Blue) = 172+52+114=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3472 is #53CB8D. Grayscale: #5E5E5E. Windows color (decimal): -5491598 or 7484588. OLE color: 7484588.

HSL color Cylindrical-coordinate representation of color #AC3472: hue angle of 329º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3472 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 114 -
CMYK 0 0.70 0.34 0.33
HSL 329º 0.54% 0.44% -
HSV(B) 329º 0.7% 0.67% -
XYZ 21.28 12.44 17.2 -
YUV 94.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 172 52 114 0 0.70 0.34 0.33 329 0.54 0.44
Hex AC 34 72 0 46 22 21 149 36 2C
Octal 254 64 162 0 106 42 41 511 66 54
Binary 10101100 110100 1110010 0 1000110 100010 100001 101001001 110110 101100

Color Harmonies of #AC3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3472

Black with #AC3472

Text Example


Text Example

White with #AC3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3472; }

 p { color: rgb(172,52,114); }

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

background-color css

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

 a { background-color: rgb(172,52,114); }

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

border-color css

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

 span { border-color: rgb(172,52,114); }

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