Html Css Color HEX #AC3872 Rouge

📋 copy color: '#AC3872'

red 172 ◦ green 56 ◦ blue 114

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

Shades of Rouge #AC3872

Tints of Rouge #AC3872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

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

R = 50.29%
G = 16.37%
B = 33.33%

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

#AC3872 (or 0xAC3872) is known color: Rouge. HEX triplet: AC, 38 and 72. RGB value is (172,56,114). Sum of RGB (Red+Green+Blue) = 172+56+114=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3872 is #53C78D. Grayscale: #616161. Windows color (decimal): -5490574 or 7485612. OLE color: 7485612.

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

Color convert

RGB 172 56 114 -
CMYK 0 0.67 0.34 0.33
HSL 330º 0.51% 0.45% -
HSV(B) 330º 0.67% 0.67% -
XYZ 21.46 12.81 17.26 -
YUV 97.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 172 56 114 0 0.67 0.34 0.33 330 0.51 0.45
Hex AC 38 72 0 43 22 21 14A 33 2D
Octal 254 70 162 0 103 42 41 512 63 55
Binary 10101100 111000 1110010 0 1000011 100010 100001 101001010 110011 101101

Color Harmonies of #AC3872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3872

Black with #AC3872

Text Example


Text Example

White with #AC3872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3872; }

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

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

background-color css

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

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

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

border-color css

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

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

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