Html Css Color HEX #AC356D Rouge

📋 copy color: '#AC356D'

red 172 ◦ green 53 ◦ blue 109

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

Shades of Rouge #AC356D

Tints of Rouge #AC356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 51.5%
G = 15.87%
B = 32.63%

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

#AC356D (or 0xAC356D) is known color: Rouge. HEX triplet: AC, 35 and 6D. RGB value is (172,53,109). Sum of RGB (Red+Green+Blue) = 172+53+109=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC356D is #53CA92. Grayscale: #5E5E5E. Windows color (decimal): -5491347 or 7157164. OLE color: 7157164.

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

Color convert

RGB 172 53 109 -
CMYK 0 0.69 0.37 0.33
HSL 331.76º 0.53% 0.44% -
HSV(B) 331.76º 0.69% 0.67% -
XYZ 21.05 12.42 15.76 -
YUV 94.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 172 53 109 0 0.69 0.37 0.33 331.76 0.53 0.44
Hex AC 35 6D 0 45 25 21 14C 35 2C
Octal 254 65 155 0 105 45 41 514 65 54
Binary 10101100 110101 1101101 0 1000101 100101 100001 101001100 110101 101100

Color Harmonies of #AC356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC356D

Black with #AC356D

Text Example


Text Example

White with #AC356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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