Html Css Color HEX #AC3E6D Rouge

📋 copy color: '#AC3E6D'

red 172 ◦ green 62 ◦ blue 109

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

Shades of Rouge #AC3E6D

Tints of Rouge #AC3E6D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 50.15%
G = 18.08%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC3E6D (or 0xAC3E6D) is known color: Rouge. HEX triplet: AC, 3E and 6D. RGB value is (172,62,109). Sum of RGB (Red+Green+Blue) = 172+62+109=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E6D is #53C192. Grayscale: #646464. Windows color (decimal): -5489043 or 7159468. OLE color: 7159468.

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

Color convert

RGB 172 62 109 -
CMYK 0 0.64 0.37 0.33
HSL 334.36º 0.47% 0.46% -
HSV(B) 334.36º 0.64% 0.67% -
XYZ 21.5 13.32 15.91 -
YUV 100.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 172 62 109 0 0.64 0.37 0.33 334.36 0.47 0.46
Hex AC 3E 6D 0 40 25 21 14E 2F 2E
Octal 254 76 155 0 100 45 41 516 57 56
Binary 10101100 111110 1101101 0 1000000 100101 100001 101001110 101111 101110

Color Harmonies of #AC3E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E6D

Black with #AC3E6D

Text Example


Text Example

White with #AC3E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E6D; }

 p { color: rgb(172,62,109); }

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

background-color css

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

 a { background-color: rgb(172,62,109); }

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

border-color css

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

 span { border-color: rgb(172,62,109); }

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