Html Css Color HEX #AC3564 Rouge

📋 copy color: '#AC3564'

red 172 ◦ green 53 ◦ blue 100

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

Shades of Rouge #AC3564

Tints of Rouge #AC3564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.77%

R = 52.92%
G = 16.31%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC3564 (or 0xAC3564) is known color: Rouge. HEX triplet: AC, 35 and 64. RGB value is (172,53,100). Sum of RGB (Red+Green+Blue) = 172+53+100=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3564 is #53CA9B. Grayscale: #5D5D5D. Windows color (decimal): -5491356 or 6567340. OLE color: 6567340.

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

Color convert

RGB 172 53 100 -
CMYK 0 0.69 0.42 0.33
HSL 336.3º 0.53% 0.44% -
HSV(B) 336.3º 0.69% 0.67% -
XYZ 20.59 12.24 13.33 -
YUV 93.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 172 53 100 0 0.69 0.42 0.33 336.3 0.53 0.44
Hex AC 35 64 0 45 2A 21 150 35 2C
Octal 254 65 144 0 105 52 41 520 65 54
Binary 10101100 110101 1100100 0 1000101 101010 100001 101010000 110101 101100

Color Harmonies of #AC3564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3564

Black with #AC3564

Text Example


Text Example

White with #AC3564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3564; }

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

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

background-color css

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

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

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

border-color css

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

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

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