Html Css Color HEX #AC346D Rouge

📋 copy color: '#AC346D'

red 172 ◦ green 52 ◦ blue 109

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

Shades of Rouge #AC346D

Tints of Rouge #AC346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

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

R = 51.65%
G = 15.62%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC346D (or 0xAC346D) is known color: Rouge. HEX triplet: AC, 34 and 6D. RGB value is (172,52,109). Sum of RGB (Red+Green+Blue) = 172+52+109=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC346D is #53CB92. Grayscale: #5E5E5E. Windows color (decimal): -5491603 or 7156908. OLE color: 7156908.

HSL color Cylindrical-coordinate representation of color #AC346D: hue angle of 331.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC346D is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 109 -
CMYK 0 0.70 0.37 0.33
HSL 331.5º 0.54% 0.44% -
HSV(B) 331.5º 0.7% 0.67% -
XYZ 21 12.33 15.74 -
YUV 94.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 172 52 109 0 0.70 0.37 0.33 331.5 0.54 0.44
Hex AC 34 6D 0 46 25 21 14C 36 2C
Octal 254 64 155 0 106 45 41 514 66 54
Binary 10101100 110100 1101101 0 1000110 100101 100001 101001100 110110 101100

Color Harmonies of #AC346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC346D

Black with #AC346D

Text Example


Text Example

White with #AC346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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