Html Css Color HEX #AC3166 Rouge

📋 copy color: '#AC3166'

red 172 ◦ green 49 ◦ blue 102

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

Shades of Rouge #AC3166

Tints of Rouge #AC3166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 53.25%
G = 15.17%
B = 31.58%

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

#AC3166 (or 0xAC3166) is known color: Rouge. HEX triplet: AC, 31 and 66. RGB value is (172,49,102). Sum of RGB (Red+Green+Blue) = 172+49+102=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3166 is #53CE99. Grayscale: #5B5B5B. Windows color (decimal): -5492378 or 6697388. OLE color: 6697388.

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

Color convert

RGB 172 49 102 -
CMYK 0 0.72 0.41 0.33
HSL 334.15º 0.56% 0.43% -
HSV(B) 334.15º 0.72% 0.67% -
XYZ 20.51 11.93 13.79 -
YUV 91.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 172 49 102 0 0.72 0.41 0.33 334.15 0.56 0.43
Hex AC 31 66 0 48 29 21 14E 38 2B
Octal 254 61 146 0 110 51 41 516 70 53
Binary 10101100 110001 1100110 0 1001000 101001 100001 101001110 111000 101011

Color Harmonies of #AC3166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3166

Black with #AC3166

Text Example


Text Example

White with #AC3166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3166; }

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

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

background-color css

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

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

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

border-color css

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

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

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