Html Css Color HEX #AC376C Rouge

📋 copy color: '#AC376C'

red 172 ◦ green 55 ◦ blue 108

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

Shades of Rouge #AC376C

Tints of Rouge #AC376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 51.34%
G = 16.42%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC376C (or 0xAC376C) is known color: Rouge. HEX triplet: AC, 37 and 6C. RGB value is (172,55,108). Sum of RGB (Red+Green+Blue) = 172+55+108=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC376C is #53C893. Grayscale: #5F5F5F. Windows color (decimal): -5490836 or 7092140. OLE color: 7092140.

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

Color convert

RGB 172 55 108 -
CMYK 0 0.68 0.37 0.33
HSL 332.82º 0.52% 0.45% -
HSV(B) 332.82º 0.68% 0.67% -
XYZ 21.09 12.59 15.51 -
YUV 96.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 172 55 108 0 0.68 0.37 0.33 332.82 0.52 0.45
Hex AC 37 6C 0 44 25 21 14D 34 2D
Octal 254 67 154 0 104 45 41 515 64 55
Binary 10101100 110111 1101100 0 1000100 100101 100001 101001101 110100 101101

Color Harmonies of #AC376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC376C

Black with #AC376C

Text Example


Text Example

White with #AC376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC376C; }

 p { color: rgb(172,55,108); }

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

background-color css

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

 a { background-color: rgb(172,55,108); }

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

border-color css

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

 span { border-color: rgb(172,55,108); }

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