Html Css Color HEX #AC296D Rouge

📋 copy color: '#AC296D'

red 172 ◦ green 41 ◦ blue 109

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

Shades of Rouge #AC296D

Tints of Rouge #AC296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 53.42%
G = 12.73%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC296D (or 0xAC296D) is known color: Rouge. HEX triplet: AC, 29 and 6D. RGB value is (172,41,109). Sum of RGB (Red+Green+Blue) = 172+41+109=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC296D is #53D692. Grayscale: #575757. Windows color (decimal): -5494419 or 7154092. OLE color: 7154092.

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

Color convert

RGB 172 41 109 -
CMYK 0 0.76 0.37 0.33
HSL 328.85º 0.62% 0.42% -
HSV(B) 328.85º 0.76% 0.67% -
XYZ 20.57 11.46 15.6 -
YUV 87.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 172 41 109 0 0.76 0.37 0.33 328.85 0.62 0.42
Hex AC 29 6D 0 4C 25 21 149 3E 2A
Octal 254 51 155 0 114 45 41 511 76 52
Binary 10101100 101001 1101101 0 1001100 100101 100001 101001001 111110 101010

Color Harmonies of #AC296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC296D

Black with #AC296D

Text Example


Text Example

White with #AC296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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