Html Css Color HEX #AC3972 Rouge

📋 copy color: '#AC3972'

red 172 ◦ green 57 ◦ blue 114

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

Shades of Rouge #AC3972

Tints of Rouge #AC3972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.62%

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

R = 50.15%
G = 16.62%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC3972 (or 0xAC3972) is known color: Rouge. HEX triplet: AC, 39 and 72. RGB value is (172,57,114). Sum of RGB (Red+Green+Blue) = 172+57+114=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3972 is #53C68D. Grayscale: #616161. Windows color (decimal): -5490318 or 7485868. OLE color: 7485868.

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

Color convert

RGB 172 57 114 -
CMYK 0 0.67 0.34 0.33
HSL 330.26º 0.5% 0.45% -
HSV(B) 330.26º 0.67% 0.67% -
XYZ 21.51 12.91 17.28 -
YUV 97.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 172 57 114 0 0.67 0.34 0.33 330.26 0.5 0.45
Hex AC 39 72 0 43 22 21 14A 32 2D
Octal 254 71 162 0 103 42 41 512 62 55
Binary 10101100 111001 1110010 0 1000011 100010 100001 101001010 110010 101101

Color Harmonies of #AC3972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3972

Black with #AC3972

Text Example


Text Example

White with #AC3972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3972; }

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

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

background-color css

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

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

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

border-color css

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

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

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