Html Css Color HEX #AC2E65 Rouge

📋 copy color: '#AC2E65'

red 172 ◦ green 46 ◦ blue 101

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

Shades of Rouge #AC2E65

Tints of Rouge #AC2E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 53.92%
G = 14.42%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC2E65 (or 0xAC2E65) is known color: Rouge. HEX triplet: AC, 2E and 65. RGB value is (172,46,101). Sum of RGB (Red+Green+Blue) = 172+46+101=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2E65 is #53D19A. Grayscale: #595959. Windows color (decimal): -5493147 or 6631084. OLE color: 6631084.

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

Color convert

RGB 172 46 101 -
CMYK 0 0.73 0.41 0.33
HSL 333.81º 0.58% 0.43% -
HSV(B) 333.81º 0.73% 0.67% -
XYZ 20.34 11.66 13.49 -
YUV 89.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 172 46 101 0 0.73 0.41 0.33 333.81 0.58 0.43
Hex AC 2E 65 0 49 29 21 14E 3A 2B
Octal 254 56 145 0 111 51 41 516 72 53
Binary 10101100 101110 1100101 0 1001001 101001 100001 101001110 111010 101011

Color Harmonies of #AC2E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E65

Black with #AC2E65

Text Example


Text Example

White with #AC2E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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