Html Css Color HEX #AC356C Rouge

📋 copy color: '#AC356C'

red 172 ◦ green 53 ◦ blue 108

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

Shades of Rouge #AC356C

Tints of Rouge #AC356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 51.65%
G = 15.92%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC356C (or 0xAC356C) is known color: Rouge. HEX triplet: AC, 35 and 6C. RGB value is (172,53,108). Sum of RGB (Red+Green+Blue) = 172+53+108=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC356C is #53CA93. Grayscale: #5E5E5E. Windows color (decimal): -5491348 or 7091628. OLE color: 7091628.

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

Color convert

RGB 172 53 108 -
CMYK 0 0.69 0.37 0.33
HSL 332.27º 0.53% 0.44% -
HSV(B) 332.27º 0.69% 0.67% -
XYZ 20.99 12.4 15.47 -
YUV 94.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 172 53 108 0 0.69 0.37 0.33 332.27 0.53 0.44
Hex AC 35 6C 0 45 25 21 14C 35 2C
Octal 254 65 154 0 105 45 41 514 65 54
Binary 10101100 110101 1101100 0 1000101 100101 100001 101001100 110101 101100

Color Harmonies of #AC356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC356C

Black with #AC356C

Text Example


Text Example

White with #AC356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC356C; }

 p { color: rgb(172,53,108); }

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

background-color css

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

 a { background-color: rgb(172,53,108); }

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

border-color css

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

 span { border-color: rgb(172,53,108); }

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