Html Css Color HEX #AC376D Rouge

📋 copy color: '#AC376D'

red 172 ◦ green 55 ◦ blue 109

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

Shades of Rouge #AC376D

Tints of Rouge #AC376D

RGB

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

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

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

R = 51.19%
G = 16.37%
B = 32.44%

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

#AC376D (or 0xAC376D) is known color: Rouge. HEX triplet: AC, 37 and 6D. RGB value is (172,55,109). Sum of RGB (Red+Green+Blue) = 172+55+109=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC376D is #53C892. Grayscale: #606060. Windows color (decimal): -5490835 or 7157676. OLE color: 7157676.

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

Color convert

RGB 172 55 109 -
CMYK 0 0.68 0.37 0.33
HSL 332.31º 0.52% 0.45% -
HSV(B) 332.31º 0.68% 0.67% -
XYZ 21.14 12.61 15.79 -
YUV 96.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 172 55 109 0 0.68 0.37 0.33 332.31 0.52 0.45
Hex AC 37 6D 0 44 25 21 14C 34 2D
Octal 254 67 155 0 104 45 41 514 64 55
Binary 10101100 110111 1101101 0 1000100 100101 100001 101001100 110100 101101

Color Harmonies of #AC376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC376D

Black with #AC376D

Text Example


Text Example

White with #AC376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC376D; }

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

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

background-color css

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

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

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

border-color css

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

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

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