Html Css Color HEX #AC386F Rouge

📋 copy color: '#AC386F'

red 172 ◦ green 56 ◦ blue 111

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

Shades of Rouge #AC386F

Tints of Rouge #AC386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.52%

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 50.74%
G = 16.52%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC386F (or 0xAC386F) is known color: Rouge. HEX triplet: AC, 38 and 6F. RGB value is (172,56,111). Sum of RGB (Red+Green+Blue) = 172+56+111=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC386F is #53C790. Grayscale: #606060. Windows color (decimal): -5490577 or 7289004. OLE color: 7289004.

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

Color convert

RGB 172 56 111 -
CMYK 0 0.67 0.35 0.33
HSL 331.55º 0.51% 0.45% -
HSV(B) 331.55º 0.67% 0.67% -
XYZ 21.3 12.75 16.38 -
YUV 96.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 172 56 111 0 0.67 0.35 0.33 331.55 0.51 0.45
Hex AC 38 6F 0 43 23 21 14C 33 2D
Octal 254 70 157 0 103 43 41 514 63 55
Binary 10101100 111000 1101111 0 1000011 100011 100001 101001100 110011 101101

Color Harmonies of #AC386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC386F

Black with #AC386F

Text Example


Text Example

White with #AC386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC386F; }

 p { color: rgb(172,56,111); }

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

background-color css

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

 a { background-color: rgb(172,56,111); }

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

border-color css

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

 span { border-color: rgb(172,56,111); }

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