Html Css Color HEX #AC416E Rouge

📋 copy color: '#AC416E'

red 172 ◦ green 65 ◦ blue 110

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

Shades of Rouge #AC416E

Tints of Rouge #AC416E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 49.57%
G = 18.73%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC416E (or 0xAC416E) is known color: Rouge. HEX triplet: AC, 41 and 6E. RGB value is (172,65,110). Sum of RGB (Red+Green+Blue) = 172+65+110=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC416E is #53BE91. Grayscale: #666666. Windows color (decimal): -5488274 or 7225772. OLE color: 7225772.

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

Color convert

RGB 172 65 110 -
CMYK 0 0.62 0.36 0.33
HSL 334.77º 0.45% 0.46% -
HSV(B) 334.77º 0.62% 0.67% -
XYZ 21.72 13.68 16.25 -
YUV 102.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 172 65 110 0 0.62 0.36 0.33 334.77 0.45 0.46
Hex AC 41 6E 0 3E 24 21 14F 2D 2E
Octal 254 101 156 0 76 44 41 517 55 56
Binary 10101100 1000001 1101110 0 111110 100100 100001 101001111 101101 101110

Color Harmonies of #AC416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC416E

Black with #AC416E

Text Example


Text Example

White with #AC416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC416E; }

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

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

background-color css

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

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

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

border-color css

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

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

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