Html Css Color HEX #AC365D Rouge

📋 copy color: '#AC365D'

red 172 ◦ green 54 ◦ blue 93

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

Shades of Rouge #AC365D

Tints of Rouge #AC365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

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

R = 53.92%
G = 16.93%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC365D (or 0xAC365D) is known color: Rouge. HEX triplet: AC, 36 and 5D. RGB value is (172,54,93). Sum of RGB (Red+Green+Blue) = 172+54+93=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC365D is #53C9A2. Grayscale: #5D5D5D. Windows color (decimal): -5491107 or 6108844. OLE color: 6108844.

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

Color convert

RGB 172 54 93 -
CMYK 0 0.69 0.46 0.33
HSL 340.17º 0.52% 0.44% -
HSV(B) 340.17º 0.69% 0.67% -
XYZ 20.31 12.2 11.64 -
YUV 93.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 172 54 93 0 0.69 0.46 0.33 340.17 0.52 0.44
Hex AC 36 5D 0 45 2E 21 154 34 2C
Octal 254 66 135 0 105 56 41 524 64 54
Binary 10101100 110110 1011101 0 1000101 101110 100001 101010100 110100 101100

Color Harmonies of #AC365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC365D

Black with #AC365D

Text Example


Text Example

White with #AC365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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