Html Css Color HEX #AC3D6E Rouge

📋 copy color: '#AC3D6E'

red 172 ◦ green 61 ◦ blue 110

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

Shades of Rouge #AC3D6E

Tints of Rouge #AC3D6E

RGB

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

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

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

R = 50.15%
G = 17.78%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC3D6E (or 0xAC3D6E) is known color: Rouge. HEX triplet: AC, 3D and 6E. RGB value is (172,61,110). Sum of RGB (Red+Green+Blue) = 172+61+110=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D6E is #53C291. Grayscale: #636363. Windows color (decimal): -5489298 or 7224748. OLE color: 7224748.

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

Color convert

RGB 172 61 110 -
CMYK 0 0.65 0.36 0.33
HSL 333.51º 0.48% 0.46% -
HSV(B) 333.51º 0.65% 0.67% -
XYZ 21.5 13.23 16.17 -
YUV 99.78 133.77 179.52 -
System Red Green Blue C M Y K H S L
Decimal 172 61 110 0 0.65 0.36 0.33 333.51 0.48 0.46
Hex AC 3D 6E 0 41 24 21 14E 30 2E
Octal 254 75 156 0 101 44 41 516 60 56
Binary 10101100 111101 1101110 0 1000001 100100 100001 101001110 110000 101110

Color Harmonies of #AC3D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D6E

Black with #AC3D6E

Text Example


Text Example

White with #AC3D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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