Html Css Color HEX #AC325D Rouge

📋 copy color: '#AC325D'

red 172 ◦ green 50 ◦ blue 93

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

Shades of Rouge #AC325D

Tints of Rouge #AC325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 54.6%
G = 15.87%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC325D (or 0xAC325D) is known color: Rouge. HEX triplet: AC, 32 and 5D. RGB value is (172,50,93). Sum of RGB (Red+Green+Blue) = 172+50+93=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC325D is #53CDA2. Grayscale: #5B5B5B. Windows color (decimal): -5492131 or 6107820. OLE color: 6107820.

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

Color convert

RGB 172 50 93 -
CMYK 0 0.71 0.46 0.33
HSL 338.85º 0.55% 0.44% -
HSV(B) 338.85º 0.71% 0.67% -
XYZ 20.13 11.84 11.58 -
YUV 91.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 172 50 93 0 0.71 0.46 0.33 338.85 0.55 0.44
Hex AC 32 5D 0 47 2E 21 153 37 2C
Octal 254 62 135 0 107 56 41 523 67 54
Binary 10101100 110010 1011101 0 1000111 101110 100001 101010011 110111 101100

Color Harmonies of #AC325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC325D

Black with #AC325D

Text Example


Text Example

White with #AC325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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