Html Css Color HEX #AC2961 Rouge

📋 copy color: '#AC2961'

red 172 ◦ green 41 ◦ blue 97

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

Shades of Rouge #AC2961

Tints of Rouge #AC2961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

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

R = 55.48%
G = 13.23%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC2961 (or 0xAC2961) is known color: Rouge. HEX triplet: AC, 29 and 61. RGB value is (172,41,97). Sum of RGB (Red+Green+Blue) = 172+41+97=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2961 is #53D69E. Grayscale: #565656. Windows color (decimal): -5494431 or 6367660. OLE color: 6367660.

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

Color convert

RGB 172 41 97 -
CMYK 0 0.76 0.44 0.33
HSL 334.35º 0.62% 0.42% -
HSV(B) 334.35º 0.76% 0.67% -
XYZ 19.96 11.22 12.42 -
YUV 86.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 172 41 97 0 0.76 0.44 0.33 334.35 0.62 0.42
Hex AC 29 61 0 4C 2C 21 14E 3E 2A
Octal 254 51 141 0 114 54 41 516 76 52
Binary 10101100 101001 1100001 0 1001100 101100 100001 101001110 111110 101010

Color Harmonies of #AC2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2961

Black with #AC2961

Text Example


Text Example

White with #AC2961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2961; }

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

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

background-color css

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

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

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

border-color css

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

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

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