Html Css Color HEX #AC316A Rouge

📋 copy color: '#AC316A'

red 172 ◦ green 49 ◦ blue 106

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

Shades of Rouge #AC316A

Tints of Rouge #AC316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

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

R = 52.6%
G = 14.98%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC316A (or 0xAC316A) is known color: Rouge. HEX triplet: AC, 31 and 6A. RGB value is (172,49,106). Sum of RGB (Red+Green+Blue) = 172+49+106=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC316A is #53CE95. Grayscale: #5C5C5C. Windows color (decimal): -5492374 or 6959532. OLE color: 6959532.

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

Color convert

RGB 172 49 106 -
CMYK 0 0.72 0.38 0.33
HSL 332.2º 0.56% 0.43% -
HSV(B) 332.2º 0.72% 0.67% -
XYZ 20.71 12.01 14.86 -
YUV 92.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 172 49 106 0 0.72 0.38 0.33 332.2 0.56 0.43
Hex AC 31 6A 0 48 26 21 14C 38 2B
Octal 254 61 152 0 110 46 41 514 70 53
Binary 10101100 110001 1101010 0 1001000 100110 100001 101001100 111000 101011

Color Harmonies of #AC316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC316A

Black with #AC316A

Text Example


Text Example

White with #AC316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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