Html Css Color HEX #AC2966 Rouge

📋 copy color: '#AC2966'

red 172 ◦ green 41 ◦ blue 102

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

Shades of Rouge #AC2966

Tints of Rouge #AC2966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 54.6%
G = 13.02%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC2966 (or 0xAC2966) is known color: Rouge. HEX triplet: AC, 29 and 66. RGB value is (172,41,102). Sum of RGB (Red+Green+Blue) = 172+41+102=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2966 is #53D699. Grayscale: #575757. Windows color (decimal): -5494426 or 6695340. OLE color: 6695340.

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

Color convert

RGB 172 41 102 -
CMYK 0 0.76 0.41 0.33
HSL 332.06º 0.62% 0.42% -
HSV(B) 332.06º 0.76% 0.67% -
XYZ 20.2 11.32 13.69 -
YUV 87.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 172 41 102 0 0.76 0.41 0.33 332.06 0.62 0.42
Hex AC 29 66 0 4C 29 21 14C 3E 2A
Octal 254 51 146 0 114 51 41 514 76 52
Binary 10101100 101001 1100110 0 1001100 101001 100001 101001100 111110 101010

Color Harmonies of #AC2966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2966

Black with #AC2966

Text Example


Text Example

White with #AC2966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2966; }

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

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

background-color css

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

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

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

border-color css

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

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

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