Html Css Color HEX #AC396F Rouge

📋 copy color: '#AC396F'

red 172 ◦ green 57 ◦ blue 111

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

Shades of Rouge #AC396F

Tints of Rouge #AC396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

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

R = 50.59%
G = 16.76%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC396F (or 0xAC396F) is known color: Rouge. HEX triplet: AC, 39 and 6F. RGB value is (172,57,111). Sum of RGB (Red+Green+Blue) = 172+57+111=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC396F is #53C690. Grayscale: #616161. Windows color (decimal): -5490321 or 7289260. OLE color: 7289260.

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

Color convert

RGB 172 57 111 -
CMYK 0 0.67 0.35 0.33
HSL 331.83º 0.5% 0.45% -
HSV(B) 331.83º 0.67% 0.67% -
XYZ 21.35 12.84 16.39 -
YUV 97.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 172 57 111 0 0.67 0.35 0.33 331.83 0.5 0.45
Hex AC 39 6F 0 43 23 21 14C 32 2D
Octal 254 71 157 0 103 43 41 514 62 55
Binary 10101100 111001 1101111 0 1000011 100011 100001 101001100 110010 101101

Color Harmonies of #AC396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC396F

Black with #AC396F

Text Example


Text Example

White with #AC396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC396F; }

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

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

background-color css

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

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

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

border-color css

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

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

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