Html Css Color HEX #AC3365 Rouge

📋 copy color: '#AC3365'

red 172 ◦ green 51 ◦ blue 101

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

Shades of Rouge #AC3365

Tints of Rouge #AC3365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 53.09%
G = 15.74%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC3365 (or 0xAC3365) is known color: Rouge. HEX triplet: AC, 33 and 65. RGB value is (172,51,101). Sum of RGB (Red+Green+Blue) = 172+51+101=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3365 is #53CC9A. Grayscale: #5C5C5C. Windows color (decimal): -5491867 or 6632364. OLE color: 6632364.

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

Color convert

RGB 172 51 101 -
CMYK 0 0.70 0.41 0.33
HSL 335.21º 0.54% 0.44% -
HSV(B) 335.21º 0.7% 0.67% -
XYZ 20.55 12.08 13.56 -
YUV 92.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 172 51 101 0 0.70 0.41 0.33 335.21 0.54 0.44
Hex AC 33 65 0 46 29 21 14F 36 2C
Octal 254 63 145 0 106 51 41 517 66 54
Binary 10101100 110011 1100101 0 1000110 101001 100001 101001111 110110 101100

Color Harmonies of #AC3365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3365

Black with #AC3365

Text Example


Text Example

White with #AC3365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3365; }

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

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

background-color css

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

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

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

border-color css

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

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

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