Html Css Color HEX #AC365B Rouge

📋 copy color: '#AC365B'

red 172 ◦ green 54 ◦ blue 91

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

Shades of Rouge #AC365B

Tints of Rouge #AC365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 54.26%
G = 17.03%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC365B (or 0xAC365B) is known color: Rouge. HEX triplet: AC, 36 and 5B. RGB value is (172,54,91). Sum of RGB (Red+Green+Blue) = 172+54+91=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC365B is #53C9A4. Grayscale: #5D5D5D. Windows color (decimal): -5491109 or 5977772. OLE color: 5977772.

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

Color convert

RGB 172 54 91 -
CMYK 0 0.69 0.47 0.33
HSL 341.19º 0.52% 0.44% -
HSV(B) 341.19º 0.69% 0.67% -
XYZ 20.22 12.16 11.18 -
YUV 93.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 172 54 91 0 0.69 0.47 0.33 341.19 0.52 0.44
Hex AC 36 5B 0 45 2F 21 155 34 2C
Octal 254 66 133 0 105 57 41 525 64 54
Binary 10101100 110110 1011011 0 1000101 101111 100001 101010101 110100 101100

Color Harmonies of #AC365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC365B

Black with #AC365B

Text Example


Text Example

White with #AC365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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