Html Css Color HEX #AC396A Rouge

📋 copy color: '#AC396A'

red 172 ◦ green 57 ◦ blue 106

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

Shades of Rouge #AC396A

Tints of Rouge #AC396A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 51.34%
G = 17.01%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC396A (or 0xAC396A) is known color: Rouge. HEX triplet: AC, 39 and 6A. RGB value is (172,57,106). Sum of RGB (Red+Green+Blue) = 172+57+106=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC396A is #53C695. Grayscale: #606060. Windows color (decimal): -5490326 or 6961580. OLE color: 6961580.

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

Color convert

RGB 172 57 106 -
CMYK 0 0.67 0.38 0.33
HSL 334.43º 0.5% 0.45% -
HSV(B) 334.43º 0.67% 0.67% -
XYZ 21.08 12.74 14.98 -
YUV 96.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 172 57 106 0 0.67 0.38 0.33 334.43 0.5 0.45
Hex AC 39 6A 0 43 26 21 14E 32 2D
Octal 254 71 152 0 103 46 41 516 62 55
Binary 10101100 111001 1101010 0 1000011 100110 100001 101001110 110010 101101

Color Harmonies of #AC396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC396A

Black with #AC396A

Text Example


Text Example

White with #AC396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC396A; }

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

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

background-color css

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

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

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

border-color css

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

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

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