Html Css Color HEX #AC3E5C Rouge

📋 copy color: '#AC3E5C'

red 172 ◦ green 62 ◦ blue 92

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

Shades of Rouge #AC3E5C

Tints of Rouge #AC3E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.22%

R = 52.76%
G = 19.02%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC3E5C (or 0xAC3E5C) is known color: Rouge. HEX triplet: AC, 3E and 5C. RGB value is (172,62,92). Sum of RGB (Red+Green+Blue) = 172+62+92=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E5C is #53C1A3. Grayscale: #626262. Windows color (decimal): -5489060 or 6045356. OLE color: 6045356.

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

Color convert

RGB 172 62 92 -
CMYK 0 0.64 0.47 0.33
HSL 343.64º 0.47% 0.46% -
HSV(B) 343.64º 0.64% 0.67% -
XYZ 20.67 12.99 11.54 -
YUV 98.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 172 62 92 0 0.64 0.47 0.33 343.64 0.47 0.46
Hex AC 3E 5C 0 40 2F 21 158 2F 2E
Octal 254 76 134 0 100 57 41 530 57 56
Binary 10101100 111110 1011100 0 1000000 101111 100001 101011000 101111 101110

Color Harmonies of #AC3E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E5C

Black with #AC3E5C

Text Example


Text Example

White with #AC3E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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