#AC4A39

Color #AC4A39 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AC4A39

Tints of Medium Carmine #AC4A39

Color information

#AC4A39 (or 0xAC4A39) is unknown color: approx Medium Carmine. HEX triplet: AC, 4A and 39. RGB value is (172,74,57). Sum of RGB (Red+Green+Blue) = 172+74+57=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A39 is #53B5C6. Grayscale: #656565. Windows color (decimal): -5486023 or 3754668. OLE color: 3754668.

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

Color convert

RGB1727457-
CMYK00.570.670.33
HSL8.87º50.22%44.9%-
HSV(B)8.87º66.86%67.45%-
XYZ20.213.965.5-
YUV101.36102.97178.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.77%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=56.77%
G=24.42%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172745700.570.670.338.8750.2244.9
HexAC4A3903943219322d
Octal2541127107110341116255
Binary101011001001010111001011100110000111000011001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A39; }

 p { color: rgb(172,74,57); }

 H1.HeaderClassName
 {
   color: #AC4A39;
 }
 .AnyTagClassName
 {
   color: #AC4A39;
 }
</style>
background-color css

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

 a { background-color: rgb(172,74,57); }

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

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

 span { border-color: rgb(172,74,57); }

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