#AC4A3C

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

Shades of Medium Carmine #AC4A3C

Tints of Medium Carmine #AC4A3C

Color information

#AC4A3C (or 0xAC4A3C) is unknown color: approx Medium Carmine. HEX triplet: AC, 4A and 3C. RGB value is (172,74,60). Sum of RGB (Red+Green+Blue) = 172+74+60=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A3C is #53B5C3. Grayscale: #656565. Windows color (decimal): -5486020 or 3951276. OLE color: 3951276.

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

Color convert

RGB1727460-
CMYK00.570.650.33
HSL7.5º48.28%45.49%-
HSV(B)7.5º65.12%67.45%-
XYZ20.2813.995.91-
YUV101.71104.47178.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.21%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 60 (23.83% from 255) = 19.61%
R=56.21%
G=24.18%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172746000.570.650.337.548.2845.49
HexAC4A3C03941218302d
Octal2541127407110141106055
Binary101011001001010111100011100110000011000011000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A3C; }

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

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

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

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

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

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

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

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