Html Css Color HEX #AC3F6E Rouge

📋 copy color: '#AC3F6E'

red 172 ◦ green 63 ◦ blue 110

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

Shades of Rouge #AC3F6E

Tints of Rouge #AC3F6E

RGB

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

 GREEN value IS 63 (25% from 255) = 18.26%

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

R = 49.86%
G = 18.26%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC3F6E (or 0xAC3F6E) is known color: Rouge. HEX triplet: AC, 3F and 6E. RGB value is (172,63,110). Sum of RGB (Red+Green+Blue) = 172+63+110=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F6E is #53C091. Grayscale: #646464. Windows color (decimal): -5488786 or 7225260. OLE color: 7225260.

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

Color convert

RGB 172 63 110 -
CMYK 0 0.63 0.36 0.33
HSL 334.13º 0.46% 0.46% -
HSV(B) 334.13º 0.63% 0.67% -
XYZ 21.61 13.45 16.21 -
YUV 100.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 172 63 110 0 0.63 0.36 0.33 334.13 0.46 0.46
Hex AC 3F 6E 0 3F 24 21 14E 2E 2E
Octal 254 77 156 0 77 44 41 516 56 56
Binary 10101100 111111 1101110 0 111111 100100 100001 101001110 101110 101110

Color Harmonies of #AC3F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F6E

Black with #AC3F6E

Text Example


Text Example

White with #AC3F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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