Html Css Color HEX #AC356B Rouge

📋 copy color: '#AC356B'

red 172 ◦ green 53 ◦ blue 107

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

Shades of Rouge #AC356B

Tints of Rouge #AC356B

RGB

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

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

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

R = 51.81%
G = 15.96%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC356B (or 0xAC356B) is known color: Rouge. HEX triplet: AC, 35 and 6B. RGB value is (172,53,107). Sum of RGB (Red+Green+Blue) = 172+53+107=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC356B is #53CA94. Grayscale: #5E5E5E. Windows color (decimal): -5491349 or 7026092. OLE color: 7026092.

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

Color convert

RGB 172 53 107 -
CMYK 0 0.69 0.38 0.33
HSL 332.77º 0.53% 0.44% -
HSV(B) 332.77º 0.69% 0.67% -
XYZ 20.94 12.38 15.2 -
YUV 94.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 172 53 107 0 0.69 0.38 0.33 332.77 0.53 0.44
Hex AC 35 6B 0 45 26 21 14D 35 2C
Octal 254 65 153 0 105 46 41 515 65 54
Binary 10101100 110101 1101011 0 1000101 100110 100001 101001101 110101 101100

Color Harmonies of #AC356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC356B

Black with #AC356B

Text Example


Text Example

White with #AC356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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