Html Css Color HEX #AC296B Rouge

📋 copy color: '#AC296B'

red 172 ◦ green 41 ◦ blue 107

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

Shades of Rouge #AC296B

Tints of Rouge #AC296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 53.75%
G = 12.81%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC296B (or 0xAC296B) is known color: Rouge. HEX triplet: AC, 29 and 6B. RGB value is (172,41,107). Sum of RGB (Red+Green+Blue) = 172+41+107=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC296B is #53D694. Grayscale: #575757. Windows color (decimal): -5494421 or 7023020. OLE color: 7023020.

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

Color convert

RGB 172 41 107 -
CMYK 0 0.76 0.38 0.33
HSL 329.77º 0.62% 0.42% -
HSV(B) 329.77º 0.76% 0.67% -
XYZ 20.46 11.42 15.04 -
YUV 87.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 172 41 107 0 0.76 0.38 0.33 329.77 0.62 0.42
Hex AC 29 6B 0 4C 26 21 14A 3E 2A
Octal 254 51 153 0 114 46 41 512 76 52
Binary 10101100 101001 1101011 0 1001100 100110 100001 101001010 111110 101010

Color Harmonies of #AC296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC296B

Black with #AC296B

Text Example


Text Example

White with #AC296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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