Html Css Color HEX #AC3C5D Rouge

📋 copy color: '#AC3C5D'

red 172 ◦ green 60 ◦ blue 93

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

Shades of Rouge #AC3C5D

Tints of Rouge #AC3C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 52.92%
G = 18.46%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC3C5D (or 0xAC3C5D) is known color: Rouge. HEX triplet: AC, 3C and 5D. RGB value is (172,60,93). Sum of RGB (Red+Green+Blue) = 172+60+93=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C5D is #53C3A2. Grayscale: #616161. Windows color (decimal): -5489571 or 6110380. OLE color: 6110380.

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

Color convert

RGB 172 60 93 -
CMYK 0 0.65 0.46 0.33
HSL 342.32º 0.48% 0.45% -
HSV(B) 342.32º 0.65% 0.67% -
XYZ 20.6 12.79 11.74 -
YUV 97.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 172 60 93 0 0.65 0.46 0.33 342.32 0.48 0.45
Hex AC 3C 5D 0 41 2E 21 156 30 2D
Octal 254 74 135 0 101 56 41 526 60 55
Binary 10101100 111100 1011101 0 1000001 101110 100001 101010110 110000 101101

Color Harmonies of #AC3C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C5D

Black with #AC3C5D

Text Example


Text Example

White with #AC3C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C5D; }

 p { color: rgb(172,60,93); }

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

background-color css

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

 a { background-color: rgb(172,60,93); }

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

border-color css

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

 span { border-color: rgb(172,60,93); }

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