Html Css Color HEX #AC3671 Rouge

📋 copy color: '#AC3671'

red 172 ◦ green 54 ◦ blue 113

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

Shades of Rouge #AC3671

Tints of Rouge #AC3671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

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

R = 50.74%
G = 15.93%
B = 33.33%

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

#AC3671 (or 0xAC3671) is known color: Rouge. HEX triplet: AC, 36 and 71. RGB value is (172,54,113). Sum of RGB (Red+Green+Blue) = 172+54+113=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3671 is #53C98E. Grayscale: #5F5F5F. Windows color (decimal): -5491087 or 7419564. OLE color: 7419564.

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

Color convert

RGB 172 54 113 -
CMYK 0 0.69 0.34 0.33
HSL 330º 0.52% 0.44% -
HSV(B) 330º 0.69% 0.67% -
XYZ 21.31 12.6 16.93 -
YUV 96.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 172 54 113 0 0.69 0.34 0.33 330 0.52 0.44
Hex AC 36 71 0 45 22 21 14A 34 2C
Octal 254 66 161 0 105 42 41 512 64 54
Binary 10101100 110110 1110001 0 1000101 100010 100001 101001010 110100 101100

Color Harmonies of #AC3671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3671

Black with #AC3671

Text Example


Text Example

White with #AC3671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3671; }

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

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

background-color css

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

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

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

border-color css

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

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

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