Html Css Color HEX #AC406F Rouge

📋 copy color: '#AC406F'

red 172 ◦ green 64 ◦ blue 111

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

Shades of Rouge #AC406F

Tints of Rouge #AC406F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 49.57%
G = 18.44%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC406F (or 0xAC406F) is known color: Rouge. HEX triplet: AC, 40 and 6F. RGB value is (172,64,111). Sum of RGB (Red+Green+Blue) = 172+64+111=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC406F is #53BF90. Grayscale: #656565. Windows color (decimal): -5488529 or 7291052. OLE color: 7291052.

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

Color convert

RGB 172 64 111 -
CMYK 0 0.63 0.35 0.33
HSL 333.89º 0.46% 0.46% -
HSV(B) 333.89º 0.63% 0.67% -
XYZ 21.72 13.59 16.52 -
YUV 101.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 172 64 111 0 0.63 0.35 0.33 333.89 0.46 0.46
Hex AC 40 6F 0 3F 23 21 14E 2E 2E
Octal 254 100 157 0 77 43 41 516 56 56
Binary 10101100 1000000 1101111 0 111111 100011 100001 101001110 101110 101110

Color Harmonies of #AC406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC406F

Black with #AC406F

Text Example


Text Example

White with #AC406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC406F; }

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

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

background-color css

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

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

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

border-color css

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

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

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