Html Css Color HEX #AC4164 Rouge

📋 copy color: '#AC4164'

red 172 ◦ green 65 ◦ blue 100

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

Shades of Rouge #AC4164

Tints of Rouge #AC4164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 51.04%
G = 19.29%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC4164 (or 0xAC4164) is known color: Rouge. HEX triplet: AC, 41 and 64. RGB value is (172,65,100). Sum of RGB (Red+Green+Blue) = 172+65+100=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4164 is #53BE9B. Grayscale: #646464. Windows color (decimal): -5488284 or 6570412. OLE color: 6570412.

HSL color Cylindrical-coordinate representation of color #AC4164: hue angle of 340.37º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4164 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 100 -
CMYK 0 0.62 0.42 0.33
HSL 340.37º 0.45% 0.46% -
HSV(B) 340.37º 0.62% 0.67% -
XYZ 21.2 13.47 13.54 -
YUV 100.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 172 65 100 0 0.62 0.42 0.33 340.37 0.45 0.46
Hex AC 41 64 0 3E 2A 21 154 2D 2E
Octal 254 101 144 0 76 52 41 524 55 56
Binary 10101100 1000001 1100100 0 111110 101010 100001 101010100 101101 101110

Color Harmonies of #AC4164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4164

Black with #AC4164

Text Example


Text Example

White with #AC4164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4164; }

 p { color: rgb(172,65,100); }

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

background-color css

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

 a { background-color: rgb(172,65,100); }

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

border-color css

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

 span { border-color: rgb(172,65,100); }

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