Html Css Color HEX #AC3570 Rouge

📋 copy color: '#AC3570'

red 172 ◦ green 53 ◦ blue 112

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

Shades of Rouge #AC3570

Tints of Rouge #AC3570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 51.04%
G = 15.73%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC3570 (or 0xAC3570) is known color: Rouge. HEX triplet: AC, 35 and 70. RGB value is (172,53,112). Sum of RGB (Red+Green+Blue) = 172+53+112=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3570 is #53CA8F. Grayscale: #5F5F5F. Windows color (decimal): -5491344 or 7353772. OLE color: 7353772.

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

Color convert

RGB 172 53 112 -
CMYK 0 0.69 0.35 0.33
HSL 330.25º 0.53% 0.44% -
HSV(B) 330.25º 0.69% 0.67% -
XYZ 21.21 12.49 16.62 -
YUV 95.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 172 53 112 0 0.69 0.35 0.33 330.25 0.53 0.44
Hex AC 35 70 0 45 23 21 14A 35 2C
Octal 254 65 160 0 105 43 41 512 65 54
Binary 10101100 110101 1110000 0 1000101 100011 100001 101001010 110101 101100

Color Harmonies of #AC3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3570

Black with #AC3570

Text Example


Text Example

White with #AC3570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3570; }

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

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

background-color css

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

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

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

border-color css

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

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

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