Html Css Color HEX #AC2864 Rouge

📋 copy color: '#AC2864'

red 172 ◦ green 40 ◦ blue 100

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

Shades of Rouge #AC2864

Tints of Rouge #AC2864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 55.13%
G = 12.82%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC2864 (or 0xAC2864) is known color: Rouge. HEX triplet: AC, 28 and 64. RGB value is (172,40,100). Sum of RGB (Red+Green+Blue) = 172+40+100=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2864 is #53D79B. Grayscale: #565656. Windows color (decimal): -5494684 or 6564012. OLE color: 6564012.

HSL color Cylindrical-coordinate representation of color #AC2864: hue angle of 332.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2864 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 100 -
CMYK 0 0.77 0.42 0.33
HSL 332.73º 0.62% 0.42% -
HSV(B) 332.73º 0.77% 0.67% -
XYZ 20.07 11.21 13.16 -
YUV 86.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 172 40 100 0 0.77 0.42 0.33 332.73 0.62 0.42
Hex AC 28 64 0 4D 2A 21 14D 3E 2A
Octal 254 50 144 0 115 52 41 515 76 52
Binary 10101100 101000 1100100 0 1001101 101010 100001 101001101 111110 101010

Color Harmonies of #AC2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2864

Black with #AC2864

Text Example


Text Example

White with #AC2864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2864; }

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

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

background-color css

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

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

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

border-color css

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

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

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