Html Css Color HEX #AC3571 Rouge

📋 copy color: '#AC3571'

red 172 ◦ green 53 ◦ blue 113

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

Shades of Rouge #AC3571

Tints of Rouge #AC3571

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

 BLUE value IS 113 (44.53% from 255) = 33.43%

R = 50.89%
G = 15.68%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC3571 (or 0xAC3571) is known color: Rouge. HEX triplet: AC, 35 and 71. RGB value is (172,53,113). Sum of RGB (Red+Green+Blue) = 172+53+113=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3571 is #53CA8E. Grayscale: #5F5F5F. Windows color (decimal): -5491343 or 7419308. OLE color: 7419308.

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

Color convert

RGB 172 53 113 -
CMYK 0 0.69 0.34 0.33
HSL 329.75º 0.53% 0.44% -
HSV(B) 329.75º 0.69% 0.67% -
XYZ 21.27 12.51 16.92 -
YUV 95.42 137.92 182.62 -
System Red Green Blue C M Y K H S L
Decimal 172 53 113 0 0.69 0.34 0.33 329.75 0.53 0.44
Hex AC 35 71 0 45 22 21 14A 35 2C
Octal 254 65 161 0 105 42 41 512 65 54
Binary 10101100 110101 1110001 0 1000101 100010 100001 101001010 110101 101100

Color Harmonies of #AC3571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3571

Black with #AC3571

Text Example


Text Example

White with #AC3571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3571; }

 p { color: rgb(172,53,113); }

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

background-color css

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

 a { background-color: rgb(172,53,113); }

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

border-color css

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

 span { border-color: rgb(172,53,113); }

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