Html Css Color HEX #AC4166 Rouge

📋 copy color: '#AC4166'

red 172 ◦ green 65 ◦ blue 102

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

Shades of Rouge #AC4166

Tints of Rouge #AC4166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 50.74%
G = 19.17%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC4166 (or 0xAC4166) is known color: Rouge. HEX triplet: AC, 41 and 66. RGB value is (172,65,102). Sum of RGB (Red+Green+Blue) = 172+65+102=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4166 is #53BE99. Grayscale: #656565. Windows color (decimal): -5488282 or 6701484. OLE color: 6701484.

HSL color Cylindrical-coordinate representation of color #AC4166: hue angle of 339.25º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4166 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 102 -
CMYK 0 0.62 0.41 0.33
HSL 339.25º 0.45% 0.46% -
HSV(B) 339.25º 0.62% 0.67% -
XYZ 21.3 13.51 14.06 -
YUV 101.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 172 65 102 0 0.62 0.41 0.33 339.25 0.45 0.46
Hex AC 41 66 0 3E 29 21 153 2D 2E
Octal 254 101 146 0 76 51 41 523 55 56
Binary 10101100 1000001 1100110 0 111110 101001 100001 101010011 101101 101110

Color Harmonies of #AC4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4166

Black with #AC4166

Text Example


Text Example

White with #AC4166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4166; }

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

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

background-color css

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

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

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

border-color css

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

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

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