Html Css Color HEX #AC4160 Rouge

📋 copy color: '#AC4160'

red 172 ◦ green 65 ◦ blue 96

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

Shades of Rouge #AC4160

Tints of Rouge #AC4160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 51.65%
G = 19.52%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC4160 (or 0xAC4160) is known color: Rouge. HEX triplet: AC, 41 and 60. RGB value is (172,65,96). Sum of RGB (Red+Green+Blue) = 172+65+96=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4160 is #53BE9F. Grayscale: #646464. Windows color (decimal): -5488288 or 6308268. OLE color: 6308268.

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

Color convert

RGB 172 65 96 -
CMYK 0 0.62 0.44 0.33
HSL 342.62º 0.45% 0.46% -
HSV(B) 342.62º 0.62% 0.67% -
XYZ 21.01 13.4 12.54 -
YUV 100.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 172 65 96 0 0.62 0.44 0.33 342.62 0.45 0.46
Hex AC 41 60 0 3E 2C 21 157 2D 2E
Octal 254 101 140 0 76 54 41 527 55 56
Binary 10101100 1000001 1100000 0 111110 101100 100001 101010111 101101 101110

Color Harmonies of #AC4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4160

Black with #AC4160

Text Example


Text Example

White with #AC4160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4160; }

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

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

background-color css

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

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

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

border-color css

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

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

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