Html Css Color HEX #AC315A Rouge

📋 copy color: '#AC315A'

red 172 ◦ green 49 ◦ blue 90

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

Shades of Rouge #AC315A

Tints of Rouge #AC315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 55.31%
G = 15.76%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC315A (or 0xAC315A) is known color: Rouge. HEX triplet: AC, 31 and 5A. RGB value is (172,49,90). Sum of RGB (Red+Green+Blue) = 172+49+90=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC315A is #53CEA5. Grayscale: #5A5A5A. Windows color (decimal): -5492390 or 5910956. OLE color: 5910956.

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

Color convert

RGB 172 49 90 -
CMYK 0 0.72 0.48 0.33
HSL 340º 0.56% 0.43% -
HSV(B) 340º 0.72% 0.67% -
XYZ 19.96 11.71 10.88 -
YUV 90.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 172 49 90 0 0.72 0.48 0.33 340 0.56 0.43
Hex AC 31 5A 0 48 30 21 154 38 2B
Octal 254 61 132 0 110 60 41 524 70 53
Binary 10101100 110001 1011010 0 1001000 110000 100001 101010100 111000 101011

Color Harmonies of #AC315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC315A

Black with #AC315A

Text Example


Text Example

White with #AC315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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