Html Css Color HEX #AC325C Rouge

📋 copy color: '#AC325C'

red 172 ◦ green 50 ◦ blue 92

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

Shades of Rouge #AC325C

Tints of Rouge #AC325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 54.78%
G = 15.92%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC325C (or 0xAC325C) is known color: Rouge. HEX triplet: AC, 32 and 5C. RGB value is (172,50,92). Sum of RGB (Red+Green+Blue) = 172+50+92=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC325C is #53CDA3. Grayscale: #5B5B5B. Windows color (decimal): -5492132 or 6042284. OLE color: 6042284.

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

Color convert

RGB 172 50 92 -
CMYK 0 0.71 0.47 0.33
HSL 339.34º 0.55% 0.44% -
HSV(B) 339.34º 0.71% 0.67% -
XYZ 20.09 11.82 11.35 -
YUV 91.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 172 50 92 0 0.71 0.47 0.33 339.34 0.55 0.44
Hex AC 32 5C 0 47 2F 21 153 37 2C
Octal 254 62 134 0 107 57 41 523 67 54
Binary 10101100 110010 1011100 0 1000111 101111 100001 101010011 110111 101100

Color Harmonies of #AC325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC325C

Black with #AC325C

Text Example


Text Example

White with #AC325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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