Html Css Color HEX #AC3C70 Rouge

📋 copy color: '#AC3C70'

red 172 ◦ green 60 ◦ blue 112

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

Shades of Rouge #AC3C70

Tints of Rouge #AC3C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 50%
G = 17.44%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC3C70 (or 0xAC3C70) is known color: Rouge. HEX triplet: AC, 3C and 70. RGB value is (172,60,112). Sum of RGB (Red+Green+Blue) = 172+60+112=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C70 is #53C38F. Grayscale: #636363. Windows color (decimal): -5489552 or 7355564. OLE color: 7355564.

HSL color Cylindrical-coordinate representation of color #AC3C70: hue angle of 332.14º 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 #AC3C70 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 60 112 -
CMYK 0 0.65 0.35 0.33
HSL 332.14º 0.48% 0.45% -
HSV(B) 332.14º 0.65% 0.67% -
XYZ 21.55 13.17 16.74 -
YUV 99.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 172 60 112 0 0.65 0.35 0.33 332.14 0.48 0.45
Hex AC 3C 70 0 41 23 21 14C 30 2D
Octal 254 74 160 0 101 43 41 514 60 55
Binary 10101100 111100 1110000 0 1000001 100011 100001 101001100 110000 101101

Color Harmonies of #AC3C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C70

Black with #AC3C70

Text Example


Text Example

White with #AC3C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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