Html Css Color HEX #AC406C Rouge

📋 copy color: '#AC406C'

red 172 ◦ green 64 ◦ blue 108

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

Shades of Rouge #AC406C

Tints of Rouge #AC406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 50%
G = 18.6%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC406C (or 0xAC406C) is known color: Rouge. HEX triplet: AC, 40 and 6C. RGB value is (172,64,108). Sum of RGB (Red+Green+Blue) = 172+64+108=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC406C is #53BF93. Grayscale: #656565. Windows color (decimal): -5488532 or 7094444. OLE color: 7094444.

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

Color convert

RGB 172 64 108 -
CMYK 0 0.63 0.37 0.33
HSL 335.56º 0.46% 0.46% -
HSV(B) 335.56º 0.63% 0.67% -
XYZ 21.55 13.52 15.66 -
YUV 101.31 131.78 178.42 -
System Red Green Blue C M Y K H S L
Decimal 172 64 108 0 0.63 0.37 0.33 335.56 0.46 0.46
Hex AC 40 6C 0 3F 25 21 150 2E 2E
Octal 254 100 154 0 77 45 41 520 56 56
Binary 10101100 1000000 1101100 0 111111 100101 100001 101010000 101110 101110

Color Harmonies of #AC406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC406C

Black with #AC406C

Text Example


Text Example

White with #AC406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC406C; }

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

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

background-color css

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

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

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

border-color css

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

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

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