Html Css Color HEX #AC2663 Rouge

📋 copy color: '#AC2663'

red 172 ◦ green 38 ◦ blue 99

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

Shades of Rouge #AC2663

Tints of Rouge #AC2663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.3%

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 55.66%
G = 12.3%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC2663 (or 0xAC2663) is known color: Rouge. HEX triplet: AC, 26 and 63. RGB value is (172,38,99). Sum of RGB (Red+Green+Blue) = 172+38+99=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2663 is #53D99C. Grayscale: #545454. Windows color (decimal): -5495197 or 6497964. OLE color: 6497964.

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

Color convert

RGB 172 38 99 -
CMYK 0 0.78 0.42 0.33
HSL 332.69º 0.64% 0.41% -
HSV(B) 332.69º 0.78% 0.67% -
XYZ 19.96 11.06 12.89 -
YUV 85.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 172 38 99 0 0.78 0.42 0.33 332.69 0.64 0.41
Hex AC 26 63 0 4E 2A 21 14D 40 29
Octal 254 46 143 0 116 52 41 515 100 51
Binary 10101100 100110 1100011 0 1001110 101010 100001 101001101 1000000 101001

Color Harmonies of #AC2663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2663

Black with #AC2663

Text Example


Text Example

White with #AC2663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2663; }

 p { color: rgb(172,38,99); }

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

background-color css

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

 a { background-color: rgb(172,38,99); }

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

border-color css

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

 span { border-color: rgb(172,38,99); }

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