Html Css Color HEX #AC386B Rouge

📋 copy color: '#AC386B'

red 172 ◦ green 56 ◦ blue 107

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

Shades of Rouge #AC386B

Tints of Rouge #AC386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 51.34%
G = 16.72%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC386B (or 0xAC386B) is known color: Rouge. HEX triplet: AC, 38 and 6B. RGB value is (172,56,107). Sum of RGB (Red+Green+Blue) = 172+56+107=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC386B is #53C794. Grayscale: #606060. Windows color (decimal): -5490581 or 7026860. OLE color: 7026860.

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

Color convert

RGB 172 56 107 -
CMYK 0 0.67 0.38 0.33
HSL 333.62º 0.51% 0.45% -
HSV(B) 333.62º 0.67% 0.67% -
XYZ 21.08 12.66 15.24 -
YUV 96.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 172 56 107 0 0.67 0.38 0.33 333.62 0.51 0.45
Hex AC 38 6B 0 43 26 21 14E 33 2D
Octal 254 70 153 0 103 46 41 516 63 55
Binary 10101100 111000 1101011 0 1000011 100110 100001 101001110 110011 101101

Color Harmonies of #AC386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC386B

Black with #AC386B

Text Example


Text Example

White with #AC386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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