Html Css Color HEX #AC3771 Rouge

📋 copy color: '#AC3771'

red 172 ◦ green 55 ◦ blue 113

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

Shades of Rouge #AC3771

Tints of Rouge #AC3771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

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

R = 50.59%
G = 16.18%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC3771 (or 0xAC3771) is known color: Rouge. HEX triplet: AC, 37 and 71. RGB value is (172,55,113). Sum of RGB (Red+Green+Blue) = 172+55+113=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3771 is #53C88E. Grayscale: #606060. Windows color (decimal): -5490831 or 7419820. OLE color: 7419820.

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

Color convert

RGB 172 55 113 -
CMYK 0 0.68 0.34 0.33
HSL 330.26º 0.52% 0.45% -
HSV(B) 330.26º 0.68% 0.67% -
XYZ 21.36 12.7 16.95 -
YUV 96.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 172 55 113 0 0.68 0.34 0.33 330.26 0.52 0.45
Hex AC 37 71 0 44 22 21 14A 34 2D
Octal 254 67 161 0 104 42 41 512 64 55
Binary 10101100 110111 1110001 0 1000100 100010 100001 101001010 110100 101101

Color Harmonies of #AC3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3771

Black with #AC3771

Text Example


Text Example

White with #AC3771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3771; }

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

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

background-color css

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

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

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

border-color css

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

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

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