Html Css Color HEX #AC4461 Rouge

📋 copy color: '#AC4461'

red 172 ◦ green 68 ◦ blue 97

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

Shades of Rouge #AC4461

Tints of Rouge #AC4461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

 BLUE value IS 97 (38.28% from 255) = 28.78%

R = 51.04%
G = 20.18%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC4461 (or 0xAC4461) is known color: Rouge. HEX triplet: AC, 44 and 61. RGB value is (172,68,97). Sum of RGB (Red+Green+Blue) = 172+68+97=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4461 is #53BB9E. Grayscale: #666666. Windows color (decimal): -5487519 or 6374572. OLE color: 6374572.

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

Color convert

RGB 172 68 97 -
CMYK 0 0.60 0.44 0.33
HSL 343.27º 0.43% 0.47% -
HSV(B) 343.27º 0.6% 0.67% -
XYZ 21.24 13.77 12.85 -
YUV 102.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 172 68 97 0 0.60 0.44 0.33 343.27 0.43 0.47
Hex AC 44 61 0 3C 2C 21 157 2B 2F
Octal 254 104 141 0 74 54 41 527 53 57
Binary 10101100 1000100 1100001 0 111100 101100 100001 101010111 101011 101111

Color Harmonies of #AC4461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4461

Black with #AC4461

Text Example


Text Example

White with #AC4461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4461; }

 p { color: rgb(172,68,97); }

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

background-color css

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

 a { background-color: rgb(172,68,97); }

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

border-color css

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

 span { border-color: rgb(172,68,97); }

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