Html Css Color HEX #AC3165 Rouge

📋 copy color: '#AC3165'

red 172 ◦ green 49 ◦ blue 101

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

Shades of Rouge #AC3165

Tints of Rouge #AC3165

RGB

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

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

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

R = 53.42%
G = 15.22%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC3165 (or 0xAC3165) is known color: Rouge. HEX triplet: AC, 31 and 65. RGB value is (172,49,101). Sum of RGB (Red+Green+Blue) = 172+49+101=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3165 is #53CE9A. Grayscale: #5B5B5B. Windows color (decimal): -5492379 or 6631852. OLE color: 6631852.

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

Color convert

RGB 172 49 101 -
CMYK 0 0.72 0.41 0.33
HSL 334.63º 0.56% 0.43% -
HSV(B) 334.63º 0.72% 0.67% -
XYZ 20.46 11.91 13.53 -
YUV 91.71 133.25 185.27 -
System Red Green Blue C M Y K H S L
Decimal 172 49 101 0 0.72 0.41 0.33 334.63 0.56 0.43
Hex AC 31 65 0 48 29 21 14F 38 2B
Octal 254 61 145 0 110 51 41 517 70 53
Binary 10101100 110001 1100101 0 1001000 101001 100001 101001111 111000 101011

Color Harmonies of #AC3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3165

Black with #AC3165

Text Example


Text Example

White with #AC3165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3165; }

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

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

background-color css

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

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

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

border-color css

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

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

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