Html Css Color HEX #AC3C6B Rouge

📋 copy color: '#AC3C6B'

red 172 ◦ green 60 ◦ blue 107

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

Shades of Rouge #AC3C6B

Tints of Rouge #AC3C6B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.7%

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 50.74%
G = 17.7%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC3C6B (or 0xAC3C6B) is known color: Rouge. HEX triplet: AC, 3C and 6B. RGB value is (172,60,107). Sum of RGB (Red+Green+Blue) = 172+60+107=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C6B is #53C394. Grayscale: #626262. Windows color (decimal): -5489557 or 7027884. OLE color: 7027884.

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

Color convert

RGB 172 60 107 -
CMYK 0 0.65 0.38 0.33
HSL 334.82º 0.48% 0.45% -
HSV(B) 334.82º 0.65% 0.67% -
XYZ 21.28 13.06 15.31 -
YUV 98.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 172 60 107 0 0.65 0.38 0.33 334.82 0.48 0.45
Hex AC 3C 6B 0 41 26 21 14F 30 2D
Octal 254 74 153 0 101 46 41 517 60 55
Binary 10101100 111100 1101011 0 1000001 100110 100001 101001111 110000 101101

Color Harmonies of #AC3C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C6B

Black with #AC3C6B

Text Example


Text Example

White with #AC3C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C6B; }

 p { color: rgb(172,60,107); }

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

background-color css

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

 a { background-color: rgb(172,60,107); }

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

border-color css

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

 span { border-color: rgb(172,60,107); }

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