Html Css Color HEX #AC396D Rouge

📋 copy color: '#AC396D'

red 172 ◦ green 57 ◦ blue 109

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

Shades of Rouge #AC396D

Tints of Rouge #AC396D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 50.89%
G = 16.86%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC396D (or 0xAC396D) is known color: Rouge. HEX triplet: AC, 39 and 6D. RGB value is (172,57,109). Sum of RGB (Red+Green+Blue) = 172+57+109=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC396D is #53C692. Grayscale: #616161. Windows color (decimal): -5490323 or 7158188. OLE color: 7158188.

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

Color convert

RGB 172 57 109 -
CMYK 0 0.67 0.37 0.33
HSL 332.87º 0.5% 0.45% -
HSV(B) 332.87º 0.67% 0.67% -
XYZ 21.24 12.8 15.82 -
YUV 97.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 172 57 109 0 0.67 0.37 0.33 332.87 0.5 0.45
Hex AC 39 6D 0 43 25 21 14D 32 2D
Octal 254 71 155 0 103 45 41 515 62 55
Binary 10101100 111001 1101101 0 1000011 100101 100001 101001101 110010 101101

Color Harmonies of #AC396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC396D

Black with #AC396D

Text Example


Text Example

White with #AC396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC396D; }

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

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

background-color css

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

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

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

border-color css

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

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

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