Html Css Color HEX #AC2B64 Rouge

📋 copy color: '#AC2B64'

red 172 ◦ green 43 ◦ blue 100

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

Shades of Rouge #AC2B64

Tints of Rouge #AC2B64

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 54.6%
G = 13.65%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC2B64 (or 0xAC2B64) is known color: Rouge. HEX triplet: AC, 2B and 64. RGB value is (172,43,100). Sum of RGB (Red+Green+Blue) = 172+43+100=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2B64 is #53D49B. Grayscale: #575757. Windows color (decimal): -5493916 or 6564780. OLE color: 6564780.

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

Color convert

RGB 172 43 100 -
CMYK 0 0.75 0.42 0.33
HSL 333.49º 0.6% 0.42% -
HSV(B) 333.49º 0.75% 0.67% -
XYZ 20.18 11.42 13.2 -
YUV 88.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 172 43 100 0 0.75 0.42 0.33 333.49 0.6 0.42
Hex AC 2B 64 0 4B 2A 21 14D 3C 2A
Octal 254 53 144 0 113 52 41 515 74 52
Binary 10101100 101011 1100100 0 1001011 101010 100001 101001101 111100 101010

Color Harmonies of #AC2B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B64

Black with #AC2B64

Text Example


Text Example

White with #AC2B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B64; }

 p { color: rgb(172,43,100); }

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

background-color css

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

 a { background-color: rgb(172,43,100); }

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

border-color css

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

 span { border-color: rgb(172,43,100); }

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