Html Css Color HEX #AC2861 Rouge

📋 copy color: '#AC2861'

red 172 ◦ green 40 ◦ blue 97

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

Shades of Rouge #AC2861

Tints of Rouge #AC2861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.39%

R = 55.66%
G = 12.94%
B = 31.39%

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

#AC2861 (or 0xAC2861) is known color: Rouge. HEX triplet: AC, 28 and 61. RGB value is (172,40,97). Sum of RGB (Red+Green+Blue) = 172+40+97=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2861 is #53D79E. Grayscale: #555555. Windows color (decimal): -5494687 or 6367404. OLE color: 6367404.

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

Color convert

RGB 172 40 97 -
CMYK 0 0.77 0.44 0.33
HSL 334.09º 0.62% 0.42% -
HSV(B) 334.09º 0.77% 0.67% -
XYZ 19.93 11.15 12.41 -
YUV 85.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 172 40 97 0 0.77 0.44 0.33 334.09 0.62 0.42
Hex AC 28 61 0 4D 2C 21 14E 3E 2A
Octal 254 50 141 0 115 54 41 516 76 52
Binary 10101100 101000 1100001 0 1001101 101100 100001 101001110 111110 101010

Color Harmonies of #AC2861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2861

Black with #AC2861

Text Example


Text Example

White with #AC2861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2861; }

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

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

background-color css

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

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

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

border-color css

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

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

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