Html Css Color HEX #AC3F68 Rouge

📋 copy color: '#AC3F68'

red 172 ◦ green 63 ◦ blue 104

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

Shades of Rouge #AC3F68

Tints of Rouge #AC3F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 50.74%
G = 18.58%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC3F68 (or 0xAC3F68) is known color: Rouge. HEX triplet: AC, 3F and 68. RGB value is (172,63,104). Sum of RGB (Red+Green+Blue) = 172+63+104=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F68 is #53C097. Grayscale: #646464. Windows color (decimal): -5488792 or 6832044. OLE color: 6832044.

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

Color convert

RGB 172 63 104 -
CMYK 0 0.63 0.40 0.33
HSL 337.43º 0.46% 0.46% -
HSV(B) 337.43º 0.63% 0.67% -
XYZ 21.29 13.33 14.55 -
YUV 100.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 172 63 104 0 0.63 0.40 0.33 337.43 0.46 0.46
Hex AC 3F 68 0 3F 28 21 151 2E 2E
Octal 254 77 150 0 77 50 41 521 56 56
Binary 10101100 111111 1101000 0 111111 101000 100001 101010001 101110 101110

Color Harmonies of #AC3F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F68

Black with #AC3F68

Text Example


Text Example

White with #AC3F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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