Html Css Color HEX #AC2860 Rouge

📋 copy color: '#AC2860'

red 172 ◦ green 40 ◦ blue 96

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

Shades of Rouge #AC2860

Tints of Rouge #AC2860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.17%

R = 55.84%
G = 12.99%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC2860 (or 0xAC2860) is known color: Rouge. HEX triplet: AC, 28 and 60. RGB value is (172,40,96). Sum of RGB (Red+Green+Blue) = 172+40+96=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2860 is #53D79F. Grayscale: #555555. Windows color (decimal): -5494688 or 6301868. OLE color: 6301868.

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

Color convert

RGB 172 40 96 -
CMYK 0 0.77 0.44 0.33
HSL 334.55º 0.62% 0.42% -
HSV(B) 334.55º 0.77% 0.67% -
XYZ 19.88 11.13 12.17 -
YUV 85.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 172 40 96 0 0.77 0.44 0.33 334.55 0.62 0.42
Hex AC 28 60 0 4D 2C 21 14F 3E 2A
Octal 254 50 140 0 115 54 41 517 76 52
Binary 10101100 101000 1100000 0 1001101 101100 100001 101001111 111110 101010

Color Harmonies of #AC2860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2860

Black with #AC2860

Text Example


Text Example

White with #AC2860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2860; }

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

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

background-color css

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

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

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

border-color css

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

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

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