Html Css Color HEX #AC3E5D Rouge

📋 copy color: '#AC3E5D'

red 172 ◦ green 62 ◦ blue 93

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

Shades of Rouge #AC3E5D

Tints of Rouge #AC3E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 52.6%
G = 18.96%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC3E5D (or 0xAC3E5D) is known color: Rouge. HEX triplet: AC, 3E and 5D. RGB value is (172,62,93). Sum of RGB (Red+Green+Blue) = 172+62+93=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E5D is #53C1A2. Grayscale: #626262. Windows color (decimal): -5489059 or 6110892. OLE color: 6110892.

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

Color convert

RGB 172 62 93 -
CMYK 0 0.64 0.46 0.33
HSL 343.09º 0.47% 0.46% -
HSV(B) 343.09º 0.64% 0.67% -
XYZ 20.71 13.01 11.77 -
YUV 98.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 172 62 93 0 0.64 0.46 0.33 343.09 0.47 0.46
Hex AC 3E 5D 0 40 2E 21 157 2F 2E
Octal 254 76 135 0 100 56 41 527 57 56
Binary 10101100 111110 1011101 0 1000000 101110 100001 101010111 101111 101110

Color Harmonies of #AC3E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E5D

Black with #AC3E5D

Text Example


Text Example

White with #AC3E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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