Html Css Color HEX #AC326A Rouge

📋 copy color: '#AC326A'

red 172 ◦ green 50 ◦ blue 106

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

Shades of Rouge #AC326A

Tints of Rouge #AC326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

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

R = 52.44%
G = 15.24%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC326A (or 0xAC326A) is known color: Rouge. HEX triplet: AC, 32 and 6A. RGB value is (172,50,106). Sum of RGB (Red+Green+Blue) = 172+50+106=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC326A is #53CD95. Grayscale: #5C5C5C. Windows color (decimal): -5492118 or 6959788. OLE color: 6959788.

HSL color Cylindrical-coordinate representation of color #AC326A: hue angle of 332.46º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC326A is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 50 106 -
CMYK 0 0.71 0.38 0.33
HSL 332.46º 0.55% 0.44% -
HSV(B) 332.46º 0.71% 0.67% -
XYZ 20.76 12.09 14.88 -
YUV 92.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 172 50 106 0 0.71 0.38 0.33 332.46 0.55 0.44
Hex AC 32 6A 0 47 26 21 14C 37 2C
Octal 254 62 152 0 107 46 41 514 67 54
Binary 10101100 110010 1101010 0 1000111 100110 100001 101001100 110111 101100

Color Harmonies of #AC326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC326A

Black with #AC326A

Text Example


Text Example

White with #AC326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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