Html Css Color HEX #AC3D68 Rouge

📋 copy color: '#AC3D68'

red 172 ◦ green 61 ◦ blue 104

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

Shades of Rouge #AC3D68

Tints of Rouge #AC3D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.1%

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

R = 51.04%
G = 18.1%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC3D68 (or 0xAC3D68) is known color: Rouge. HEX triplet: AC, 3D and 68. RGB value is (172,61,104). Sum of RGB (Red+Green+Blue) = 172+61+104=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D68 is #53C297. Grayscale: #636363. Windows color (decimal): -5489304 or 6831532. OLE color: 6831532.

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

Color convert

RGB 172 61 104 -
CMYK 0 0.65 0.40 0.33
HSL 336.76º 0.48% 0.46% -
HSV(B) 336.76º 0.65% 0.67% -
XYZ 21.18 13.11 14.51 -
YUV 99.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 172 61 104 0 0.65 0.40 0.33 336.76 0.48 0.46
Hex AC 3D 68 0 41 28 21 151 30 2E
Octal 254 75 150 0 101 50 41 521 60 56
Binary 10101100 111101 1101000 0 1000001 101000 100001 101010001 110000 101110

Color Harmonies of #AC3D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D68

Black with #AC3D68

Text Example


Text Example

White with #AC3D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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