Html Css Color HEX #AC2968 Rouge

📋 copy color: '#AC2968'

red 172 ◦ green 41 ◦ blue 104

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

Shades of Rouge #AC2968

Tints of Rouge #AC2968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 54.26%
G = 12.93%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC2968 (or 0xAC2968) is known color: Rouge. HEX triplet: AC, 29 and 68. RGB value is (172,41,104). Sum of RGB (Red+Green+Blue) = 172+41+104=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2968 is #53D697. Grayscale: #575757. Windows color (decimal): -5494424 or 6826412. OLE color: 6826412.

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

Color convert

RGB 172 41 104 -
CMYK 0 0.76 0.40 0.33
HSL 331.15º 0.62% 0.42% -
HSV(B) 331.15º 0.76% 0.67% -
XYZ 20.3 11.36 14.22 -
YUV 87.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 172 41 104 0 0.76 0.40 0.33 331.15 0.62 0.42
Hex AC 29 68 0 4C 28 21 14B 3E 2A
Octal 254 51 150 0 114 50 41 513 76 52
Binary 10101100 101001 1101000 0 1001100 101000 100001 101001011 111110 101010

Color Harmonies of #AC2968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2968

Black with #AC2968

Text Example


Text Example

White with #AC2968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2968; }

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

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

background-color css

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

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

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

border-color css

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

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

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