Html Css Color HEX #AC376F Rouge

📋 copy color: '#AC376F'

red 172 ◦ green 55 ◦ blue 111

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

Shades of Rouge #AC376F

Tints of Rouge #AC376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 50.89%
G = 16.27%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC376F (or 0xAC376F) is known color: Rouge. HEX triplet: AC, 37 and 6F. RGB value is (172,55,111). Sum of RGB (Red+Green+Blue) = 172+55+111=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC376F is #53C890. Grayscale: #606060. Windows color (decimal): -5490833 or 7288748. OLE color: 7288748.

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

Color convert

RGB 172 55 111 -
CMYK 0 0.68 0.35 0.33
HSL 331.28º 0.52% 0.45% -
HSV(B) 331.28º 0.68% 0.67% -
XYZ 21.25 12.65 16.36 -
YUV 96.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 172 55 111 0 0.68 0.35 0.33 331.28 0.52 0.45
Hex AC 37 6F 0 44 23 21 14B 34 2D
Octal 254 67 157 0 104 43 41 513 64 55
Binary 10101100 110111 1101111 0 1000100 100011 100001 101001011 110100 101101

Color Harmonies of #AC376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC376F

Black with #AC376F

Text Example


Text Example

White with #AC376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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