Html Css Color HEX #AC346B Rouge

📋 copy color: '#AC346B'

red 172 ◦ green 52 ◦ blue 107

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

Shades of Rouge #AC346B

Tints of Rouge #AC346B

RGB

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

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

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

R = 51.96%
G = 15.71%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC346B (or 0xAC346B) is known color: Rouge. HEX triplet: AC, 34 and 6B. RGB value is (172,52,107). Sum of RGB (Red+Green+Blue) = 172+52+107=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC346B is #53CB94. Grayscale: #5E5E5E. Windows color (decimal): -5491605 or 7025836. OLE color: 7025836.

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

Color convert

RGB 172 52 107 -
CMYK 0 0.70 0.38 0.33
HSL 332.5º 0.54% 0.44% -
HSV(B) 332.5º 0.7% 0.67% -
XYZ 20.9 12.29 15.18 -
YUV 94.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 172 52 107 0 0.70 0.38 0.33 332.5 0.54 0.44
Hex AC 34 6B 0 46 26 21 14C 36 2C
Octal 254 64 153 0 106 46 41 514 66 54
Binary 10101100 110100 1101011 0 1000110 100110 100001 101001100 110110 101100

Color Harmonies of #AC346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC346B

Black with #AC346B

Text Example


Text Example

White with #AC346B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC346B; }

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

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

background-color css

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

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

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

border-color css

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

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

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