Html Css Color HEX #AC2E5B Rouge

📋 copy color: '#AC2E5B'

red 172 ◦ green 46 ◦ blue 91

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

Shades of Rouge #AC2E5B

Tints of Rouge #AC2E5B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.89%

 BLUE value IS 91 (35.94% from 255) = 29.45%

R = 55.66%
G = 14.89%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC2E5B (or 0xAC2E5B) is known color: Rouge. HEX triplet: AC, 2E and 5B. RGB value is (172,46,91). Sum of RGB (Red+Green+Blue) = 172+46+91=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2E5B is #53D1A4. Grayscale: #585858. Windows color (decimal): -5493157 or 5975724. OLE color: 5975724.

HSL color Cylindrical-coordinate representation of color #AC2E5B: hue angle of 338.57º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2E5B is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 46 91 -
CMYK 0 0.73 0.47 0.33
HSL 338.57º 0.58% 0.43% -
HSV(B) 338.57º 0.73% 0.67% -
XYZ 19.88 11.48 11.07 -
YUV 88.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 172 46 91 0 0.73 0.47 0.33 338.57 0.58 0.43
Hex AC 2E 5B 0 49 2F 21 153 3A 2B
Octal 254 56 133 0 111 57 41 523 72 53
Binary 10101100 101110 1011011 0 1001001 101111 100001 101010011 111010 101011

Color Harmonies of #AC2E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E5B

Black with #AC2E5B

Text Example


Text Example

White with #AC2E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E5B; }

 p { color: rgb(172,46,91); }

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

background-color css

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

 a { background-color: rgb(172,46,91); }

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

border-color css

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

 span { border-color: rgb(172,46,91); }

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