Html Css Color HEX #AC4070 Rouge

📋 copy color: '#AC4070'

red 172 ◦ green 64 ◦ blue 112

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

Shades of Rouge #AC4070

Tints of Rouge #AC4070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

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

R = 49.43%
G = 18.39%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC4070 (or 0xAC4070) is known color: Rouge. HEX triplet: AC, 40 and 70. RGB value is (172,64,112). Sum of RGB (Red+Green+Blue) = 172+64+112=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4070 is #53BF8F. Grayscale: #656565. Windows color (decimal): -5488528 or 7356588. OLE color: 7356588.

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

Color convert

RGB 172 64 112 -
CMYK 0 0.63 0.35 0.33
HSL 333.33º 0.46% 0.46% -
HSV(B) 333.33º 0.63% 0.67% -
XYZ 21.77 13.61 16.81 -
YUV 101.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 172 64 112 0 0.63 0.35 0.33 333.33 0.46 0.46
Hex AC 40 70 0 3F 23 21 14D 2E 2E
Octal 254 100 160 0 77 43 41 515 56 56
Binary 10101100 1000000 1110000 0 111111 100011 100001 101001101 101110 101110

Color Harmonies of #AC4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4070

Black with #AC4070

Text Example


Text Example

White with #AC4070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4070; }

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

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

background-color css

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

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

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

border-color css

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

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

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