Html Css Color HEX #AC356E Rouge

📋 copy color: '#AC356E'

red 172 ◦ green 53 ◦ blue 110

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

Shades of Rouge #AC356E

Tints of Rouge #AC356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 51.34%
G = 15.82%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC356E (or 0xAC356E) is known color: Rouge. HEX triplet: AC, 35 and 6E. RGB value is (172,53,110). Sum of RGB (Red+Green+Blue) = 172+53+110=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC356E is #53CA91. Grayscale: #5E5E5E. Windows color (decimal): -5491346 or 7222700. OLE color: 7222700.

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

Color convert

RGB 172 53 110 -
CMYK 0 0.69 0.36 0.33
HSL 331.26º 0.53% 0.44% -
HSV(B) 331.26º 0.69% 0.67% -
XYZ 21.1 12.44 16.04 -
YUV 95.08 136.42 182.87 -
System Red Green Blue C M Y K H S L
Decimal 172 53 110 0 0.69 0.36 0.33 331.26 0.53 0.44
Hex AC 35 6E 0 45 24 21 14B 35 2C
Octal 254 65 156 0 105 44 41 513 65 54
Binary 10101100 110101 1101110 0 1000101 100100 100001 101001011 110101 101100

Color Harmonies of #AC356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC356E

Black with #AC356E

Text Example


Text Example

White with #AC356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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