Html Css Color HEX #AC3361 Rouge

📋 copy color: '#AC3361'

red 172 ◦ green 51 ◦ blue 97

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

Shades of Rouge #AC3361

Tints of Rouge #AC3361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 53.75%
G = 15.94%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC3361 (or 0xAC3361) is known color: Rouge. HEX triplet: AC, 33 and 61. RGB value is (172,51,97). Sum of RGB (Red+Green+Blue) = 172+51+97=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3361 is #53CC9E. Grayscale: #5C5C5C. Windows color (decimal): -5491871 or 6370220. OLE color: 6370220.

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

Color convert

RGB 172 51 97 -
CMYK 0 0.70 0.44 0.33
HSL 337.19º 0.54% 0.44% -
HSV(B) 337.19º 0.7% 0.67% -
XYZ 20.35 12 12.55 -
YUV 92.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 172 51 97 0 0.70 0.44 0.33 337.19 0.54 0.44
Hex AC 33 61 0 46 2C 21 151 36 2C
Octal 254 63 141 0 106 54 41 521 66 54
Binary 10101100 110011 1100001 0 1000110 101100 100001 101010001 110110 101100

Color Harmonies of #AC3361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3361

Black with #AC3361

Text Example


Text Example

White with #AC3361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3361; }

 p { color: rgb(172,51,97); }

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

background-color css

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

 a { background-color: rgb(172,51,97); }

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

border-color css

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

 span { border-color: rgb(172,51,97); }

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