Html Css Color HEX #AC3E70 Rouge

📋 copy color: '#AC3E70'

red 172 ◦ green 62 ◦ blue 112

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

Shades of Rouge #AC3E70

Tints of Rouge #AC3E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.92%

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

R = 49.71%
G = 17.92%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC3E70 (or 0xAC3E70) is known color: Rouge. HEX triplet: AC, 3E and 70. RGB value is (172,62,112). Sum of RGB (Red+Green+Blue) = 172+62+112=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E70 is #53C18F. Grayscale: #646464. Windows color (decimal): -5489040 or 7356076. OLE color: 7356076.

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

Color convert

RGB 172 62 112 -
CMYK 0 0.64 0.35 0.33
HSL 332.73º 0.47% 0.46% -
HSV(B) 332.73º 0.64% 0.67% -
XYZ 21.66 13.39 16.77 -
YUV 100.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 172 62 112 0 0.64 0.35 0.33 332.73 0.47 0.46
Hex AC 3E 70 0 40 23 21 14D 2F 2E
Octal 254 76 160 0 100 43 41 515 57 56
Binary 10101100 111110 1110000 0 1000000 100011 100001 101001101 101111 101110

Color Harmonies of #AC3E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E70

Black with #AC3E70

Text Example


Text Example

White with #AC3E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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