Html Css Color HEX #AC4060 Rouge

📋 copy color: '#AC4060'

red 172 ◦ green 64 ◦ blue 96

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

Shades of Rouge #AC4060

Tints of Rouge #AC4060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 51.81%
G = 19.28%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC4060 (or 0xAC4060) is known color: Rouge. HEX triplet: AC, 40 and 60. RGB value is (172,64,96). Sum of RGB (Red+Green+Blue) = 172+64+96=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4060 is #53BF9F. Grayscale: #636363. Windows color (decimal): -5488544 or 6308012. OLE color: 6308012.

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

Color convert

RGB 172 64 96 -
CMYK 0 0.63 0.44 0.33
HSL 342.22º 0.46% 0.46% -
HSV(B) 342.22º 0.63% 0.67% -
XYZ 20.96 13.28 12.53 -
YUV 99.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 172 64 96 0 0.63 0.44 0.33 342.22 0.46 0.46
Hex AC 40 60 0 3F 2C 21 156 2E 2E
Octal 254 100 140 0 77 54 41 526 56 56
Binary 10101100 1000000 1100000 0 111111 101100 100001 101010110 101110 101110

Color Harmonies of #AC4060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4060

Black with #AC4060

Text Example


Text Example

White with #AC4060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4060; }

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

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

background-color css

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

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

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

border-color css

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

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

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