Html Css Color HEX #AC355C Rouge

📋 copy color: '#AC355C'

red 172 ◦ green 53 ◦ blue 92

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

Shades of Rouge #AC355C

Tints of Rouge #AC355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 54.26%
G = 16.72%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC355C (or 0xAC355C) is known color: Rouge. HEX triplet: AC, 35 and 5C. RGB value is (172,53,92). Sum of RGB (Red+Green+Blue) = 172+53+92=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC355C is #53CAA3. Grayscale: #5C5C5C. Windows color (decimal): -5491364 or 6043052. OLE color: 6043052.

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

Color convert

RGB 172 53 92 -
CMYK 0 0.69 0.47 0.33
HSL 340.34º 0.53% 0.44% -
HSV(B) 340.34º 0.69% 0.67% -
XYZ 20.22 12.09 11.39 -
YUV 93.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 172 53 92 0 0.69 0.47 0.33 340.34 0.53 0.44
Hex AC 35 5C 0 45 2F 21 154 35 2C
Octal 254 65 134 0 105 57 41 524 65 54
Binary 10101100 110101 1011100 0 1000101 101111 100001 101010100 110101 101100

Color Harmonies of #AC355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC355C

Black with #AC355C

Text Example


Text Example

White with #AC355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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