Html Css Color HEX #AC3670 Rouge

📋 copy color: '#AC3670'

red 172 ◦ green 54 ◦ blue 112

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

Shades of Rouge #AC3670

Tints of Rouge #AC3670

RGB

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

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

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

R = 50.89%
G = 15.98%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC3670 (or 0xAC3670) is known color: Rouge. HEX triplet: AC, 36 and 70. RGB value is (172,54,112). Sum of RGB (Red+Green+Blue) = 172+54+112=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3670 is #53C98F. Grayscale: #5F5F5F. Windows color (decimal): -5491088 or 7354028. OLE color: 7354028.

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

Color convert

RGB 172 54 112 -
CMYK 0 0.69 0.35 0.33
HSL 330.51º 0.52% 0.44% -
HSV(B) 330.51º 0.69% 0.67% -
XYZ 21.26 12.58 16.64 -
YUV 95.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 172 54 112 0 0.69 0.35 0.33 330.51 0.52 0.44
Hex AC 36 70 0 45 23 21 14B 34 2C
Octal 254 66 160 0 105 43 41 513 64 54
Binary 10101100 110110 1110000 0 1000101 100011 100001 101001011 110100 101100

Color Harmonies of #AC3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3670

Black with #AC3670

Text Example


Text Example

White with #AC3670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3670; }

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

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

background-color css

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

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

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

border-color css

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

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

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