Html Css Color HEX #AC3572 Rouge

📋 copy color: '#AC3572'

red 172 ◦ green 53 ◦ blue 114

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

Shades of Rouge #AC3572

Tints of Rouge #AC3572

RGB

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

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

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

R = 50.74%
G = 15.63%
B = 33.63%

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

#AC3572 (or 0xAC3572) is known color: Rouge. HEX triplet: AC, 35 and 72. RGB value is (172,53,114). Sum of RGB (Red+Green+Blue) = 172+53+114=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3572 is #53CA8D. Grayscale: #5F5F5F. Windows color (decimal): -5491342 or 7484844. OLE color: 7484844.

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

Color convert

RGB 172 53 114 -
CMYK 0 0.69 0.34 0.33
HSL 329.24º 0.53% 0.44% -
HSV(B) 329.24º 0.69% 0.67% -
XYZ 21.32 12.53 17.21 -
YUV 95.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 172 53 114 0 0.69 0.34 0.33 329.24 0.53 0.44
Hex AC 35 72 0 45 22 21 149 35 2C
Octal 254 65 162 0 105 42 41 511 65 54
Binary 10101100 110101 1110010 0 1000101 100010 100001 101001001 110101 101100

Color Harmonies of #AC3572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3572

Black with #AC3572

Text Example


Text Example

White with #AC3572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3572; }

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

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

background-color css

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

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

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

border-color css

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

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

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