Html Css Color HEX #AC366D Rouge

📋 copy color: '#AC366D'

red 172 ◦ green 54 ◦ blue 109

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

Shades of Rouge #AC366D

Tints of Rouge #AC366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 51.34%
G = 16.12%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC366D (or 0xAC366D) is known color: Rouge. HEX triplet: AC, 36 and 6D. RGB value is (172,54,109). Sum of RGB (Red+Green+Blue) = 172+54+109=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC366D is #53C992. Grayscale: #5F5F5F. Windows color (decimal): -5491091 or 7157420. OLE color: 7157420.

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

Color convert

RGB 172 54 109 -
CMYK 0 0.69 0.37 0.33
HSL 332.03º 0.52% 0.44% -
HSV(B) 332.03º 0.69% 0.67% -
XYZ 21.09 12.51 15.77 -
YUV 95.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 172 54 109 0 0.69 0.37 0.33 332.03 0.52 0.44
Hex AC 36 6D 0 45 25 21 14C 34 2C
Octal 254 66 155 0 105 45 41 514 64 54
Binary 10101100 110110 1101101 0 1000101 100101 100001 101001100 110100 101100

Color Harmonies of #AC366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC366D

Black with #AC366D

Text Example


Text Example

White with #AC366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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